Remove the default context menu in the entire drive

pull/1/head
yflory 8 years ago
parent 3f1e287811
commit 6352656737

@ -1663,6 +1663,10 @@ define([
moveElements(paths, [TRASH], false, refresh);
}
});
$(ifrw).contextmenu(function () {
module.hideMenu();
return false;
});
var onRefresh = {
refresh: function() {

Loading…
Cancel
Save