From: Vincent Vanwaelscappel Date: Fri, 20 Sep 2013 13:35:27 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9b8e6709ba8e22e45586d5eb9b89d9744b19f96c;p=fluidbook-html5.git --- diff --git a/js/main.js b/js/main.js index 942b5d50..7e8b4d4e 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=no'); + fluidbook.wopen($(this).attr('href'), $(this).attr('target'), 'location=yes'); return false; } return true;