CC-84: Smart Playlists
-0-indexed form elements
This commit is contained in:
parent
4842f1a5a1
commit
c27b886817
3 changed files with 15 additions and 15 deletions
|
@ -38,8 +38,8 @@ function setSmartPlaylistEvents() {
|
|||
|
||||
list.find('div:visible:last').children().attr('disabled', 'disabled');
|
||||
list.find("div:visible:last")
|
||||
.find('[name^="sp_criteria"]').val('').end()
|
||||
.find('[name^="sp_criteria_modifier"]').val('').end()
|
||||
.find('[name^="sp_criteria"]').val(0).end()
|
||||
.find('[name^="sp_criteria_modifier"]').val(0).end()
|
||||
.find('[name^="sp_criteria_value"]').val('')
|
||||
.end().hide();
|
||||
|
||||
|
@ -83,4 +83,4 @@ function staticCallback() {
|
|||
|
||||
function dynamicCallback() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue