Frontend now fully works

This commit is contained in:
2023-05-12 09:35:53 +02:00
parent fe670b106d
commit 3c2f5f195e

View File

@@ -4,7 +4,7 @@ var json = {};
var jsonIndex = 0;
var lastId = 1;
var htable_row = 0;
var host = getDomain();
var host = window.location.protocol + "//" + window.location.hostname + ":8097";
var dataModified = false;
const addMessageName = 'addMessage';
const loadMessageName = 'changeMessage';