mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Fixes include problems as well as Win path problems.
This commit is contained in:
parent
d72ea22fb0
commit
9f10e92175
13 changed files with 158 additions and 70 deletions
|
@ -25,8 +25,8 @@ var H5AI_CONFIG = {
|
|||
*
|
||||
* This is disabled by default.
|
||||
*/
|
||||
"customHeader": false,
|
||||
"customFooter": false,
|
||||
"customHeader": "_h5ai.header.html",
|
||||
"customFooter": "_h5ai.footer.html",
|
||||
|
||||
/*
|
||||
* An array of view modes the user may choose from. Currently there
|
||||
|
@ -105,13 +105,13 @@ var H5AI_CONFIG = {
|
|||
* Requires PHP on the server.
|
||||
* Show thumbnails for image files.
|
||||
*/
|
||||
"showThumbs": false,
|
||||
"showThumbs": true,
|
||||
|
||||
/*
|
||||
* Requires PHP on the server.
|
||||
* Enable zipped download of selected entries.
|
||||
*/
|
||||
"zippedDownload": false
|
||||
"zippedDownload": true
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue