CC-3174 : timeline

This commit is contained in:
Naomi Aro 2012-03-30 18:03:45 +02:00
parent cfb5fbc0c9
commit fcbf547456
1 changed files with 2 additions and 2 deletions

View File

@ -420,8 +420,8 @@ var AIRTIME = (function(AIRTIME){
//order of importance of elements for setting the next timeout.
elements = [
$sbTable.find("tr.sb-now-playing"),
$sbTable.find("tbody tr.sb-future.sb-header:first"),
$sbTable.find("tbody tr.sb-future.sb-footer:first")
$sbTable.find("tbody tr.sb-future.sb-footer:first"),
$sbTable.find("tbody tr.sb-future.sb-header:first")
];
//check which element we should set a timeout relative to.