mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Adds drag'n'drop upload.
This commit is contained in:
parent
da438f2f0b
commit
d76fad3a51
15 changed files with 766 additions and 27 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue