added some weird fixes to prevent navbar overlapping

This commit is contained in:
2021-01-24 00:48:59 +01:00
parent 91815340de
commit 5563157e30
5 changed files with 59 additions and 11 deletions

View File

@ -149,7 +149,7 @@ function Module() {
module.bundle.Module = Module;
if (!module.bundle.parent && typeof WebSocket !== 'undefined') {
var ws = new WebSocket('ws://localhost:56486/');
var ws = new WebSocket('ws://localhost:58854/');
ws.onmessage = function(event) {
var data = JSON.parse(event.data);