summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/jingles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index 3314572..c936c36 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -23,7 +23,7 @@ jingle_groups_list = [];
function jingle_groups_updateList(data, status, req) {
jingle_groups_list = [];
- $('#show-selector').find('option').remove();
+ $('#jingle-selector').find('option').remove();
var dblist = $(data).find("dropboxList");
var dbs = dblist.children();
dbs.each(function() {