From 9b8e6709ba8e22e45586d5eb9b89d9744b19f96c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 20 Sep 2013 13:35:27 +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 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; -- 2.39.5