CC-4243: Playlist Builder: Remove main fade block if there are no fades to set
-fixed
This commit is contained in:
parent
d473190a8c
commit
e2fe6d4284
3 changed files with 27 additions and 13 deletions
|
@ -239,16 +239,6 @@ function getRowIndex(ele) {
|
|||
return index;
|
||||
}
|
||||
|
||||
function setFadeIcon(){
|
||||
var contents = $("#spl_sortable");
|
||||
var show = contents.is(":visible");
|
||||
if (show) {
|
||||
$("#spl_crossfade").show();
|
||||
} else {
|
||||
$("#spl_crossfade").hide();
|
||||
}
|
||||
}
|
||||
|
||||
/* This function appends a '+' button for the last
|
||||
* modifier row of each criteria.
|
||||
* If there are no modifier rows, the '+' button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue