summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-03-18 20:09:25 +0200
committerTor Lillqvist <tml@collabora.com>2020-03-18 20:17:36 +0100
commitabf7f18d5a1d626cde2a35a595539470b0e62f59 (patch)
treee81d3b1104685de0bd4adbc198110b31b2d32bf5
parent1828858e1b78e2a8e501f0cedf0d438c8d66c4d7 (diff)
Now I understand what that comment meant
Change-Id: I80b420c8f9f4ebf59b9354c435b893a4370bb217 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90713 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--loleaflet/src/control/Control.Menubar.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index f44092377..c11e54a5e 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -883,9 +883,7 @@ L.Control.Menubar = L.Control.extend({
$('#main-menu').parent().css('height', '0');
var self = this;
- // SmartMenus mobile menu toggle button
- // No idea what the above line means. I am told "smartmenus" is what is used for the NON-mobile "normal"
- // horizontal menubar. So what is a "SmartMenus mobile menu"? --tml
+ // Also the vertical menu displayed when tapping the hamburger button is produced by SmartMenus
$(function() {
var $mainMenuState = $('#main-menu-state');
if ($mainMenuState.length) {