summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/index.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-15 23:18:50 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-15 23:18:50 +0200
commit4a05bee29f142878b3b16020143f43492a55e115 (patch)
tree8eaef9bf26cbbf62f866e528c1c8bdcfe0469eaa /pyload/web/app/index.html
parentLocale template files updated (diff)
downloadpyload-4a05bee29f142878b3b16020143f43492a55e115.tar.xz
click on logo navigates to dashboard
Diffstat (limited to 'pyload/web/app/index.html')
-rw-r--r--pyload/web/app/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html
index 03e8535d7..4a4195b13 100644
--- a/pyload/web/app/index.html
+++ b/pyload/web/app/index.html
@@ -38,6 +38,7 @@
window.hostProtocol = window.location.protocol + '//';
window.hostAddress = window.location.hostname;
window.hostPort = configValue('{{web}}', '8001');
+ // TODO
window.pathPrefix = '/';
window.wsAddress = configValue('{{ws}}', 'ws://%s:7227');