Smart playlist:

- fixed modifier selection onchange function
This commit is contained in:
denise 2012-08-15 15:36:06 -04:00
parent ceba380127
commit 3e80781308
1 changed files with 2 additions and 1 deletions

View File

@ -414,7 +414,8 @@ function sizeTextBoxes(ele, classToRemove, classToAdd) {
function populateModifierSelect(e) {
var criteria_type = getCriteriaOptionType(e),
index = getRowIndex($(e).parent()),
divs = $(e).parents().find('select[id^="sp_criteria_modifier_'+index+'"]');
critIndex = index.substring(0, 1),
divs = $(e).parents().find('select[id^="sp_criteria_modifier_'+critIndex+'"]');
$.each(divs, function(i, div){
$(div).children().remove();