mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Changes context-menu to pure delete function.
This commit is contained in:
parent
91a9621648
commit
0b6b2b0f33
7 changed files with 158 additions and 94 deletions
|
@ -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
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue