Sorts extensions in config.js

This commit is contained in:
Lars Jung 2012-08-11 17:49:30 +02:00
parent 9d26d5ae7e
commit c160c89027
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ var path = require('path'),
child_process = require('child_process');
var version = '0.22-dev-3',
var version = '0.22-dev-5',
root = path.resolve(__dirname),
src = path.join(root, 'src'),

View file

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