Remove the default context menu in the entire drive

pull/1/head
yflory 2017-01-12 15:55:35 +01:00
parent 3f1e287811
commit 6352656737
1 changed files with 4 additions and 0 deletions

View File

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