CC-3174 : showbuilder
fixing merge, testing that affected functionality still works.
This commit is contained in:
parent
42452b8ea9
commit
776d1b65e8
4 changed files with 5 additions and 5 deletions
|
@ -421,7 +421,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
url = "/Playlist/set-playlist-fades";
|
||||
fadeIn = $.trim(span.text());
|
||||
|
||||
if(!isFadeValid(fadeOut)){
|
||||
if(!isFadeValid(fadeIn)){
|
||||
showError(span, "please put in a time in seconds '00 (.000000)'");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue