From 95792ed60550eeeb3f3979c4a297e8f846be4f64 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 24 Apr 2021 11:06:10 +0000 Subject: [PATCH] Umbenannt zu Tango --- 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 381eac6..5f70644 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); -- Gitblit v1.9.3