Remove the default context menu in the entire drive
This commit is contained in:
@@ -1663,6 +1663,10 @@ define([
|
|||||||
moveElements(paths, [TRASH], false, refresh);
|
moveElements(paths, [TRASH], false, refresh);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
$(ifrw).contextmenu(function () {
|
||||||
|
module.hideMenu();
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
var onRefresh = {
|
var onRefresh = {
|
||||||
refresh: function() {
|
refresh: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user