loleaflet: And we have a menubar now

... with some CSS tweaks in sm-simple.css to make it look more
like LO menubar in desktop application.

Change-Id: I62c88d5876da752fb487e89a3613698c463d9f32
This commit is contained in:
Pranav Kant
2016-05-18 16:39:35 +05:30
parent 2c3964be1d
commit 9c1a2a9dd3
3 changed files with 169 additions and 31 deletions

View File

@ -58,7 +58,7 @@ L.Control.ContextMenu = L.Control.extend({
}
var contextMenu = this._createContextMenuStructure(obj);
var d = $.contextMenu({
$.contextMenu({
selector: '.leaflet-layer',
trigger: 'none',
build: function(triggerEle, e) {