[Libreoffice-commits] online.git: loleaflet/src
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 13 10:04:12 UTC 2019
loleaflet/src/control/Control.Menubar.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit fb4a44b31197598843dbf1c3cb15b1fced57ae2e
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sun Oct 13 12:03:45 2019 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Sun Oct 13 12:03:45 2019 +0200
This is not needed here.
Change-Id: Ib3775bdaa0ea2ca570152cb59dd604346cf0d0a8
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 1d022c22c..fd4199e2a 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -640,7 +640,6 @@ L.Control.Menubar = L.Control.extend({
// SmartMenus mobile menu toggle button
$(function() {
var $mainMenuState = $('#main-menu-state');
- $('#main-menu-state').checked = false;
if ($mainMenuState.length) {
// animate mobile menu
$mainMenuState.change(function() {
More information about the Libreoffice-commits
mailing list