]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 20 Sep 2013 13:35:27 +0000 (13:35 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 20 Sep 2013 13:35:27 +0000 (13:35 +0000)
js/main.js

index 942b5d507c0aa42f5cd70f52dceb61a0cb373591..7e8b4d4e3627d3330e09d0fddb1480485a971272 100644 (file)
@@ -232,7 +232,7 @@ function initEvents() {
                }
                var target = $(this).attr('target');
                if (target == '_blank' || target == '_system') {
-                       fluidbook.wopen($(this).attr('href'), $(this).attr('target'), 'location=no');
+                       fluidbook.wopen($(this).attr('href'), $(this).attr('target'), 'location=yes');
                        return false;
                }
                return true;