Bedienoberfläche für Webradio
..
ulrich
2018-01-04 0c85a2e4e25b4e921514e179391e2d7465dcb84c
..
1 files modified
6 ■■■■ changed files
app.js 6 ●●●● patch | view | raw | blame | history
app.js
@@ -19,14 +19,14 @@
}
function app_nachricht_test() {
  app_get_nachricht('api/msg-test.json');
  app_nachricht_zeigen('data/msg-test.json');
}
/* --- Ajax-Aufrufe --- */
function app_get_sender() {
  $.ajax({
    url: "api/sender.json",
    url: "data/sender.json",
    type: "GET",
    dataType : "json"
  }).done(function( senderliste ) {
@@ -34,7 +34,7 @@
  });
}
function app_get_nachricht(addr) {
function app_nachricht_zeigen(addr) {
  $.ajax({
    url: addr,
    type: "GET",