commit 664132a0f3b6a1f6645d7aa031ca3f32e8277ca4
parent 9be9d856b043d7ae156be1f7bbaabbe1d823b3ce
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Mar 2016 12:08:45 +0100
[DEBUG] still not working
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/theme/index.html b/web/theme/index.html
@@ -168,8 +168,7 @@
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
- console.warn(location.protocol);
- console.warn(location.hostname);
+ console.warn(location.protocol+location.hostname);
var ws = location.protocol+location.hostname+(location.port ? ':'+location.port: '');
var socket = io(ws);
$(document).off('click', '#restart').on('click', '#restart', function (e) {