summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/index.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-11 17:34:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-11 17:34:06 +0200
commit51327f01e22deaf460920abcb124b98c6d73732c (patch)
tree64e6e752c952f7c0afaf5c9c7ee0fc203665c42f /pyload/web/app/index.html
parentseveral ui fixes (diff)
downloadpyload-51327f01e22deaf460920abcb124b98c6d73732c.tar.xz
fixed settings
Diffstat (limited to 'pyload/web/app/index.html')
-rw-r--r--pyload/web/app/index.html1
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;
}