CC-3983: Timeline cursor in Now Playing vanishes after adding a file to a show

-empty cursorId array after every callback
This commit is contained in:
denise 2012-06-26 15:49:17 -04:00
parent 4cb872f615
commit ca3d554c07
1 changed files with 1 additions and 0 deletions

View File

@ -670,6 +670,7 @@ var AIRTIME = (function(AIRTIME){
$tr = $table.find("tr[id="+cursorIds[i]+"]");
mod.selectCursor($tr);
}
cursorIds = [];
//if there is only 1 cursor on the page highlight it by default.
if ($cursorRows.length === 1) {