From 2f3936cbd917d03afb6525dcf7deee6feb73e426 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Jun 2016 02:57:42 +0200 Subject: changed - - +
+
+
+
+
+
+ +
+
+

+
+
@@ -135,11 +145,6 @@
-
-
-

-
-
 
diff --git a/www/js/shows.js b/www/js/shows.js index f125991..233a5c3 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -96,7 +96,7 @@ Rdxport.ShowListView.prototype.updateSelector = function() { var $showSelector = $('#show-selector'); $showSelector.off(); - $('option', $showSelector).remove(); + $('li', $showSelector).remove(); $(this.model.groups).sort(function(a, b) { if(a.title.toLowerCase() == b.title.toLowerCase()) { @@ -104,9 +104,16 @@ Rdxport.ShowListView.prototype.updateSelector = function() { } return a.title.toLowerCase() >= b.title.toLowerCase() }).each(function(index, show) { - var name = show.id + ' | ' + show.title + ' (' + show.rhythm + ', ' + weekday[show.dayofweek] + ', ' + show.starttime + ', ' + show.length + ' Min.)'; - $showSelector.append($('