Changes context-menu to pure delete function.

This commit is contained in:
Lars Jung 2012-08-11 13:25:27 +02:00
parent 91a9621648
commit 0b6b2b0f33
7 changed files with 158 additions and 94 deletions

View file

@ -61,11 +61,10 @@ var H5AI_CONFIG = {
},
/*
Show a context menu when hovering a file entry.
Allow entry deletion.
*/
"context-menu": {
"enabled": true,
"deleteBtn": true
"delete": {
"enabled": true
},
/*