diff options
| author | 2014-04-23 20:28:48 +0200 | |
|---|---|---|
| committer | 2014-04-23 20:28:48 +0200 | |
| commit | 5723d235d12ee07d5e5f73560a2f84cea534ab0c (patch) | |
| tree | 0638f1eb33ee7c8ce67b99c621c95d4c0d34ce00 /pyload/web/app | |
| parent | updated bottle, fixed a header and referer bug (diff) | |
| download | pyload-5723d235d12ee07d5e5f73560a2f84cea534ab0c.tar.xz | |
fixed clash with new bottle templates
Diffstat (limited to 'pyload/web/app')
| -rw-r--r-- | pyload/web/app/index.html | 2 | 
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;          }  | 
