mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Sorts extensions in config.js
This commit is contained in:
parent
9d26d5ae7e
commit
c160c89027
2 changed files with 8 additions and 8 deletions
|
@ -60,13 +60,6 @@ var H5AI_CONFIG = {
|
|||
"interval": 1000
|
||||
},
|
||||
|
||||
/*
|
||||
Allow entry deletion.
|
||||
*/
|
||||
"delete": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
/*
|
||||
Show a clickable breadcrumb.
|
||||
*/
|
||||
|
@ -84,6 +77,13 @@ var H5AI_CONFIG = {
|
|||
"footer": "_h5ai.footer.html"
|
||||
},
|
||||
|
||||
/*
|
||||
Allow file deletion.
|
||||
*/
|
||||
"delete": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
/*
|
||||
File upload via drag'n'drop. Folders are not supported.
|
||||
The working file size seems to be very broser dependent.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue