summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/index.html
diff options
context:
space:
mode:
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;
}