';
} else {
if(this.link){
tr = '
'+starth+':'+startm+' | '+this.title +' |
';
} else {
tr = ''+starth+':'+startm+' | '+this.title +' |
';
}
}
$('#minitimetable').append(tr);
}
});
$("#todaystt").mCustomScrollbar({
axis: "y",
theme: "minimal-dark"
});
setTimeout( function() {
var st = $("#noatr").offset().top - 180;
$('#todaystt').scrollTop(st);
$('#todaystt').mCustomScrollbar("scrollTo",st);
}, 1500);
},
error: function(){
}
});
$('#nowonair, #todaystt').fadeIn();
}