loleaflet/src/control/Control.MobileWizard.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit bd9e91df023564df4350716c41906029bd1226a1 Author: Pedro Pinto Silva <[email protected]> AuthorDate: Mon May 25 14:36:48 2020 +0200 Commit: Pedro Pinto da Silva <[email protected]> CommitDate: Mon May 25 15:04:54 2020 +0200 Mobile: Calc: Make sure funcwizard class is removed as part of reset function - which was leading to elements from funcwizard being shown in the hamburger menu Change-Id: I7030b81d93ed28c5f42445a7770354177fb9398a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94789 Tested-by: Jenkins CollaboraOffice <[email protected]> Tested-by: Jenkins Tested-by: Pedro Pinto da Silva <[email protected]> Reviewed-by: Pedro Pinto da Silva <[email protected]> diff --git a/loleaflet/src/control/Control.MobileWizard.js b/loleaflet/src/control/Control.MobileWizard.js index 1199c4566..406ba8716 100644 --- a/loleaflet/src/control/Control.MobileWizard.js +++ b/loleaflet/src/control/Control.MobileWizard.js @@ -49,6 +49,7 @@ L.Control.MobileWizard = L.Control.extend({ $('#mobile-wizard-titlebar').show(); $('#mobile-wizard-titlebar').css('top', '0px'); $('#mobile-wizard').removeClass('menuwizard'); + $('#mobile-wizard').removeClass('funcwizard'); this._isTabMode = false; this._currentPath = []; this._tabs = []; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
