Bedienoberfläche für Webradio
ulrich
2018-01-02 673f1ce623732e30d1385c292ecfd932ba511fad
commit | author | age
623a61 1 var TPL_HOME = 'home';
U 2 var TPL_PREFS = 'prefs';
3 var templateCache = {}; // mustache templates 'home', 'prefs'
4 var prefsRendered = false;
5
6 function app_init() {
7   $('.ost').hide();
851c9c 8   app_menu_init("menu/", "hauptmenue.json", "../jslib/app-menu/app-menu.tpl", ".west");
623a61 9   //app_get_template('tpl/home.tpl', 'home');
U 10   //app_get_template('tpl/prefs.tpl', 'prefs');
11   $('.sued').text('Bereit.');
12   /*
13   setTimeout(function() {
14     app_seitenwechsel('home', 'vor');
15   }, 200);
16   */
17 }