Remove the default context menu in the entire drive
This commit is contained in:
parent
3f1e287811
commit
6352656737
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user