From 4a05bee29f142878b3b16020143f43492a55e115 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 15 Jul 2013 23:18:50 +0200 Subject: click on logo navigates to dashboard --- pyload/web/app/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/web/app/index.html') 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'); -- cgit v1.2.3