From ef7e16470e069d78326d97e03c4d6452dd9d4abc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 23 Mar 2022 14:16:53 +0100 Subject: [PATCH] wait #5171 @0.5 --- js/libs/fluidbook/fluidbook.menu.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.menu.js b/js/libs/fluidbook/fluidbook.menu.js index f33dac82..1841a159 100644 --- a/js/libs/fluidbook/fluidbook.menu.js +++ b/js/libs/fluidbook/fluidbook.menu.js @@ -244,7 +244,7 @@ FluidbookMenu.prototype = { view += markup; view += ''; - this.viewWrap(view, 'iframe', maxWidth + ' dir="ltr"', '', false, hash); + this.viewWrap(view, 'iframe', maxWidth + ' dir="ltr" data-hash="#/iframe"' , '', false, hash); if (callback != undefined) { callback(); } @@ -597,7 +597,9 @@ FluidbookMenu.prototype = { } else { this._closeView(callback, all, animate); } - }, _closeView: function (callback, all, animate) { + }, + + _closeView: function (callback, all, animate) { var $this = this; if (all == undefined) { -- 2.39.5