Skip to content

Commit 16fa4c4

Browse files
author
Fabricio Sobral
committed
changes in menujs file into iu module
1 parent 3397b2b commit 16fa4c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/web/jquery/ui-modules/menu.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,7 @@ define([
440440
return;
441441
}
442442

443-
this.timer = this._delay(function () {
444-
this._close();
445-
this._open(submenu);
446-
}, this.delay);
443+
this._open(submenu);
447444
},
448445

449446
_open: function (submenu) {

0 commit comments

Comments
 (0)