Merge branch 'master' of gitea.release11.com:R11/release11-tools into widlam/refactor/issue#201

This commit is contained in:
2023-05-25 14:59:43 +02:00
15 changed files with 68 additions and 41 deletions

View File

@@ -2,7 +2,7 @@ var clientUUID = '';
var advancedDisplayed = false;
var json = {};
var jsonIndex = 0;
var host = window.location.protocol + "//" + window.location.hostname + ":8097";
var host = window.location.protocol + "//" + window.location.hostname + "/mock";
const C_UUID = 'mock-uuid';
const C_ADV = 'advanced-mode';