From 883f915b7bfedccd1e03f39e4c55d6df4e8339a5 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 24 Apr 2021 11:41:20 +0000 Subject: [PATCH] Readme angepasst --- www/ui/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/ui/js/app.js b/www/ui/js/app.js index 5f70644..0bb5976 100644 --- a/www/ui/js/app.js +++ b/www/ui/js/app.js @@ -440,7 +440,7 @@ this.hier_spielen = function() { var url; // den Host noch vom Server abrufen und den nachfolgenden Code ersetzen - var host = 'http://' + window.location.host + '/mz'; + var host = 'http://' + window.location.host + '/tango'; console.log('host: ' + host); var bereichName = document.querySelector('.bereich-name').textContent; if(bereichName === '') { -- Gitblit v1.9.3