summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-04-23 20:28:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-04-23 20:28:48 +0200
commit5723d235d12ee07d5e5f73560a2f84cea534ab0c (patch)
tree0638f1eb33ee7c8ce67b99c621c95d4c0d34ce00
parentupdated bottle, fixed a header and referer bug (diff)
downloadpyload-5723d235d12ee07d5e5f73560a2f84cea534ab0c.tar.xz
fixed clash with new bottle templates
-rw-r--r--pyload/web/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html
index 7759b0cfa..5bf3971ab 100644
--- a/pyload/web/app/index.html
+++ b/pyload/web/app/index.html
@@ -22,7 +22,7 @@
// Use value set by templateEngine or default val
function configValue(string, defaultValue) {
- if (string.indexOf('{{') > -1 && string !== 'None' && string !== '')
+ if (string.indexOf('{'+'{') > -1 && string !== 'None' && string !== '')
return defaultValue;
return string;
}