From 0c5eed2f1c99aef8e191d9175a51c01b339d7f01 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 8 Apr 2020 19:11:38 +0200 Subject: [PATCH] fix #3577 @0:05 --- js/libs/fluidbook/fluidbook.widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } } -- 2.39.5