Added reading last tool

This commit is contained in:
2023-05-08 14:49:13 +02:00
parent 7fd6fd3788
commit ccefc944b8
4 changed files with 59 additions and 4 deletions

View File

@@ -3,4 +3,8 @@ $(document).ready( function() {
window.location.protocol + "//" + window.location.hostname + ":8097";
});
function getMockHost() {
return window.location.protocol + "//" + window.location.hostname + ":8097";
}