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

@ -2,7 +2,7 @@ var AIRTIME = (function(AIRTIME){
var mod;
if (AIRTIME.library === undefined) {
AIRTIME.library = {}
AIRTIME.library = {};
}
mod = AIRTIME.library;
@ -250,7 +250,7 @@ function fnCreatedRow( nRow, aData, iDataIndex ) {
event: 'click',
solo: true // Only show one tooltip at a time
},
hide: 'mouseout',
hide: 'mouseout'
}).click(function(event) {
event.preventDefault();

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