diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-08-02 15:52:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-08-02 15:52:33 (GMT) |
commit | e73536f5b1bebe0bc71de22b9921d880217c1594 (patch) | |
tree | 491713e1d0f18fb10f60bbcce8200dd5a4d123b8 /www | |
parent | c6fde48e1deb0016f9f8d1e0d6ae6584da7e2851 (diff) |
fixed clearing of jingle-selector on reload
Diffstat (limited to 'www')
-rw-r--r-- | www/js/jingles.js | 2 |
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() { |