mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
Adds new events. Adds autoupdate extension.
This commit is contained in:
parent
4245f2019e
commit
da438f2f0b
10 changed files with 195 additions and 12 deletions
|
@ -51,6 +51,18 @@ var H5AI_CONFIG = {
|
|||
* Extensions in alphabetical order.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Watch current folder content.
|
||||
* Folders possibly visible in the tree view that are not the
|
||||
* current folder might not be updated.
|
||||
*
|
||||
* Interval will be a least 1000 milliseconds.
|
||||
*/
|
||||
"autoupdate": {
|
||||
"enabled": true,
|
||||
"interval": 5000
|
||||
},
|
||||
|
||||
/*
|
||||
* Show a clickable breadcrumb.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue