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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ui/js/app.js b/www/ui/js/app.js index 381eac6..0bb5976 100644 --- a/www/ui/js/app.js +++ b/www/ui/js/app.js @@ -225,7 +225,7 @@ }; this.livestream_liste = function() { - self.entitaet_liste('Livestream','../api/store/Livestream/liste/', + self.entitaet_liste('Livestreams','../api/store/Livestream/liste/', "data/tpl/livestream_liste.txt", '../api/store/Livestream/', "self.livestream_form", function(responseText) { var livestream = JSON.parse(responseText); @@ -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