added Alert Elements

This commit is contained in:
2021-01-24 02:17:37 +01:00
parent c84b222a24
commit fd8e8edc8f
5 changed files with 95 additions and 26 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:58854/');
var ws = new WebSocket('ws://localhost:63342/');
ws.onmessage = function(event) {
var data = JSON.parse(event.data);