From add9b76db60093be8d680e28ca190fba479179fb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Jun 2016 05:24:09 +0200 Subject: changed - - +
+
+ +
+
+ +
+
+

+
@@ -213,7 +221,7 @@
-

Musikgrid

+

Musikgrid

@@ -300,7 +308,7 @@
-

+

@@ -323,7 +331,6 @@
-

diff --git a/www/js/musicpools.js b/www/js/musicpools.js index 9d21427..5b3d491 100644 --- a/www/js/musicpools.js +++ b/www/js/musicpools.js @@ -96,14 +96,21 @@ Rdxport.MusicpoolsView.prototype.updateSelector = function() { var $musicpoolSelector = $('#musicpool-selector'); $musicpoolSelector.off(); - $('option', $musicpoolSelector).remove(); + $('li', $musicpoolSelector).remove(); $(this.model.groups).sort(function(a, b) { return a.title.toLowerCase() >= b.title.toLowerCase() }).each(function(index, musicpool) { - var name = musicpool.title + ' (' + musicpool.clock + ')'; - $musicpoolSelector.append($('