CC-84: Smart Playlists
- block options scroll for small screens
This commit is contained in:
parent
028e089c82
commit
ef994aa449
3 changed files with 9 additions and 3 deletions
|
@ -155,7 +155,8 @@ function setSmartPlaylistEvents() {
|
|||
item_to_hide.children().attr('disabled', 'disabled');
|
||||
item_to_hide.find('[name^="sp_criteria_field"]').val(0).end()
|
||||
.find('[name^="sp_criteria_modifier"]').val(0).end()
|
||||
.find('[name^="sp_criteria_value"]').val('');
|
||||
.find('[name^="sp_criteria_value"]').val('').end()
|
||||
.find('[name^="sp_criteria_extra"]').val('');
|
||||
|
||||
sizeTextBoxes(item_to_hide.find('[name^="sp_criteria_value"]'), 'sp_extra_input_text', 'sp_input_text');
|
||||
item_to_hide.hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue