diff options
author | 2013-07-11 17:34:06 +0200 | |
---|---|---|
committer | 2013-07-11 17:34:06 +0200 | |
commit | 51327f01e22deaf460920abcb124b98c6d73732c (patch) | |
tree | 64e6e752c952f7c0afaf5c9c7ee0fc203665c42f /pyload/web/app/index.html | |
parent | several ui fixes (diff) | |
download | pyload-51327f01e22deaf460920abcb124b98c6d73732c.tar.xz |
fixed settings
Diffstat (limited to 'pyload/web/app/index.html')
-rw-r--r-- | pyload/web/app/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html index e8e28f4e1..03e8535d7 100644 --- a/pyload/web/app/index.html +++ b/pyload/web/app/index.html @@ -24,7 +24,6 @@ function configValue(string, defaultValue) { if (string.indexOf('{{') > -1) return defaultValue; - return string; } |