Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
leaflet: fixed jquery error on hovering over menubar
regression caused by 0da5c3a

Change-Id: I005943ddfff7d4208dc432fec5836862c1f3638e
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
  • Loading branch information
lpranam committed Nov 2, 2020
1 parent 0b96484 commit 83eb5e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions loleaflet/src/control/Control.Menubar.js
Expand Up @@ -934,8 +934,6 @@ L.Control.Menubar = L.Control.extend({
this._onRefresh();

$('#main-menu').bind('select.smapi', {self: this}, this._onItemSelected);
$('#main-menu').bind('mouseenter.smapi', {self: this}, this._onMouseEnter);
$('#main-menu').bind('mouseleave.smapi', {self: this}, this._onMouseLeave);

$('#main-menu').bind('beforeshow.smapi', {self: this}, this._beforeShow);
$('#main-menu').bind('click.smapi', {self: this}, this._onClicked);
Expand Down

0 comments on commit 83eb5e6

Please sign in to comment.