mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
90354f4213
commit
165b30edbd
2 changed files with 3 additions and 1 deletions
|
|
@ -190,6 +190,7 @@ var CloudCommander, Util, DOM, $;
|
|||
|
||||
DOM.anyLoadInParallel(lFiles, function(){
|
||||
console.timeEnd('menu load');
|
||||
$.contextMenu.handle.keyStop = $.noop;
|
||||
Util.exec(pCallBack);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ var // currently active contextMenu trigger
|
|||
e.preventDefault();
|
||||
}
|
||||
|
||||
//e.stopPropagation();
|
||||
e.stopPropagation();
|
||||
},
|
||||
key: function(e) {
|
||||
var opt = $currentTrigger.data('contextMenu') || {};
|
||||
|
|
@ -1578,5 +1578,6 @@ $.contextMenu.fromMenu = function(element) {
|
|||
// make defaults accessible
|
||||
$.contextMenu.defaults = defaults;
|
||||
$.contextMenu.types = types;
|
||||
$.contextMenu.handle = handle;
|
||||
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue