VRFS-568 fix bug with genre list being repeated in dropdown

This commit is contained in:
Brian Smith 2013-09-09 23:43:51 -04:00
parent af696e308a
commit 8c5d446bf9
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
}
function render(parentSelector) {
$('select', parentSelector).empty();
var template = $('#template-genre-option').html();
$.each(_genres, function(index, value) {
// value will be a dictionary entry from _genres: