diff options
Diffstat (limited to 'pyload/web/app/index.html')
-rw-r--r-- | pyload/web/app/index.html | 1 |
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'); |