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

index 7e8b4d4e3627d3330e09d0fddb1480485a971272..529cd397f598d76cc9e4050aa9443865873e5051 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=yes');
+                       fluidbook.wopen($(this).attr('href'), $(this).attr('target'));
                        return false;
                }
                return true;