From 5354fc64407a0309719b6945bb67af91d5b7eab8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 20 Sep 2013 14:32:23 +0000 Subject: [PATCH] --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5