From ca3d554c070b52c0d8fcb1284aa8d60fa2efcfa8 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 26 Jun 2012 15:49:17 -0400 Subject: [PATCH] CC-3983: Timeline cursor in Now Playing vanishes after adding a file to a show -empty cursorId array after every callback --- airtime_mvc/public/js/airtime/showbuilder/builder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index ee885d079..35376cb41 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -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) {