Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
82970c6e73
4 changed files with 10 additions and 4 deletions
|
@ -484,6 +484,11 @@ table.library-get-file-md.table-small{
|
|||
|
||||
|
||||
/***** SMART PLAYLIST SPECIFIC STYLES BEGIN *****/
|
||||
.sp-scrollable{
|
||||
overflow-x: auto;
|
||||
width: 781px;
|
||||
}
|
||||
|
||||
.sp-invisible{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
@ -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