| | |
| | | }; |
| | | |
| | | 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); |
| | |
| | | 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 === '') { |