Adds new events. Adds autoupdate extension.

This commit is contained in:
Lars Jung 2012-08-08 02:44:25 +02:00
parent 4245f2019e
commit da438f2f0b
10 changed files with 195 additions and 12 deletions

View file

@ -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.
*/