VRFS-568 fix bug with genre list being repeated in dropdown
This commit is contained in:
parent
af696e308a
commit
8c5d446bf9
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue