Project

General

Profile

Bug #18403 ยป 0007797.patch

Administrator Admin, 2008-08-29 13:35

View differences:

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));
    (1-1/1)