Moved frontend of REST Mock to frontend container (solves #168) #186

Merged
bema merged 7 commits from bema/ref/separate_front_back into master 2023-05-12 10:06:22 +02:00
Showing only changes of commit 3c2f5f195e - Show all commits

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';