fix wordwrapping bug and added notification elements

This commit is contained in:
2021-01-27 02:32:43 +01:00
parent f5615b66e5
commit 093b6c8e8c
6 changed files with 177 additions and 20 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:63342/');
var ws = new WebSocket('ws://localhost:50893/');
ws.onmessage = function(event) {
var data = JSON.parse(event.data);