SAAS-948 - ShowBuilder redesign initial commit
This commit is contained in:
parent
d9117721b9
commit
d7d9a994d5
19 changed files with 2786 additions and 30 deletions
|
@ -214,7 +214,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
aData = [],
|
||||
i, length,
|
||||
$item;
|
||||
|
||||
|
||||
if (sNot !== undefined) {
|
||||
$selected = $selected.not("."+sNot);
|
||||
}
|
||||
|
@ -1065,6 +1065,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
var elements = $sbTable.find('tr input:checked').parents('tr').not("."+NOW_PLAYING_CLASS);
|
||||
|
||||
elements.hide();
|
||||
},
|
||||
stop: function() {
|
||||
var elements = $sbTable.find('tr.'+SB_SELECTED_CLASS).not("."+NOW_PLAYING_CLASS);
|
||||
elements.show();
|
||||
}
|
||||
};
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue