[Libreoffice-commits] online.git: loleaflet/src
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 25 13:05:12 UTC 2020
loleaflet/src/control/Control.MobileWizard.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bd9e91df023564df4350716c41906029bd1226a1
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Mon May 25 14:36:48 2020 +0200
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Tested-by: Jenkins
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
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 = [];
More information about the Libreoffice-commits
mailing list