From: Vincent Vanwaelscappel Date: Wed, 8 Apr 2020 17:11:38 +0000 (+0200) Subject: fix #3577 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0c5eed2f1c99aef8e191d9175a51c01b339d7f01;p=fluidbook-html5.git fix #3577 @0:05 --- diff --git a/js/libs/fluidbook/fluidbook.widget.js b/js/libs/fluidbook/fluidbook.widget.js index ebb007a5..0984232a 100644 --- a/js/libs/fluidbook/fluidbook.widget.js +++ b/js/libs/fluidbook/fluidbook.widget.js @@ -36,7 +36,7 @@ FluidbookWidget.prototype = { if (active) { if (this.action === 'fullscreen') { screenfull.toggle(); - } else if (this.action === 'popup') { + } else if (this.action === 'tab') { top.window.open(window.location.toString().replace("widget=1", "widget=0")); } }