Adds drag'n'drop upload.

This commit is contained in:
Lars Jung 2012-08-09 11:34:20 +02:00
parent da438f2f0b
commit d76fad3a51
15 changed files with 766 additions and 27 deletions

View file

@ -60,7 +60,7 @@ var H5AI_CONFIG = {
*/
"autoupdate": {
"enabled": true,
"interval": 5000
"interval": 1000
},
/*
@ -213,7 +213,7 @@ var H5AI_CONFIG = {
"java": "java",
"makefile": "xml",
"markdown": "plain",
"php": "php",
/*"php": "php",*/
"python": "python",
"readme": "plain",
"rb": "ruby",
@ -331,7 +331,7 @@ var H5AI_CONFIG = {
"hpp": [".hpp"],
"html": [".htm", ".html", ".shtml"],
"ico": [".ico"],
"image": [".xpm"],
"image": [".svg", ".xpm"],
"install": ["install"],
"java": [".java"],
"jpg": [".jpg", ".jpeg"],