Bug #18403 ยป 0007797.patch
typo3/js/shortcutmenu.js (working copy) | ||
---|---|---|
// follow/execute shortcuts
|
||
element.observe('click', function(event) {
|
||
Event.stop(event);
|
||
this.toggleMenu();
|
||
this.toggleMenu(event);
|
||
}.bind(this));
|
||
}.bind(this));
|