From: Vincent Vanwaelscappel Date: Fri, 20 Sep 2013 14:32:23 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5354fc64407a0309719b6945bb67af91d5b7eab8;p=fluidbook-html5.git --- diff --git a/js/main.js b/js/main.js index 7e8b4d4e..529cd397 100644 --- a/js/main.js +++ b/js/main.js @@ -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;