CC-3174 : showbuilder

fixing merge, testing that affected functionality still works.
This commit is contained in:
Naomi Aro 2012-02-06 11:23:10 +01:00
parent 42452b8ea9
commit 776d1b65e8
4 changed files with 5 additions and 5 deletions

View file

@ -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;
}