Bedienoberfläche für Webradio
ulrich
2018-01-04 ec55bf23138a7ab58af407b2bdb684b339864a5e
app.js
@@ -9,7 +9,7 @@
function app_init() {
  $('.dialog').hide();
  $('.ost').hide();
  app_menu_init("menu/", "hauptmenue.json", "../jslib/app-menu/app-menu.tpl", ".west");
  app_menu_init("data/menu/", "hauptmenue.json", "../jslib/app-menu/app-menu.tpl", ".west");
  app_get_template('tpl/dlg-msg.tpl', TPL_DLG_MSG);
  app_get_template('tpl/dlg-info.tpl', TPL_DLG_INFO);
  app_get_template('tpl/sender.tpl', TPL_SENDER);
@@ -36,7 +36,7 @@
    type: "GET",
    dataType : "json"
  }).done(function( senderliste ) {
    $("#sender").html(Mustache.render(templateCache[TPL_SENDER], senderliste));
    $(".sender-behaelter").html(Mustache.render(templateCache[TPL_SENDER], senderliste));
  });
}