mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 23:18:43 +02:00
N°3524 Add keyboard shortcuts to global actions
This commit is contained in:
@@ -86,6 +86,9 @@ $(function()
|
||||
this.element.find(this.js_selectors.input).on('change', function(oEvent){
|
||||
me._onInputOptionSelected(oEvent, $(this));
|
||||
});
|
||||
this.element.on('open_drawer', function(oEvent){
|
||||
me._onIconClick(oEvent);
|
||||
});
|
||||
// Mostly for outside clicks that should close elements
|
||||
oBodyElem.on('click', function(oEvent){
|
||||
me._onBodyClick(oEvent);
|
||||
|
||||
Reference in New Issue
Block a user