cc-4419: Added quick hack for now

This commit is contained in:
Rudi Grinberg 2012-09-17 10:52:37 -04:00
parent a664e7f74a
commit 6118cd63d7
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ var AIRTIME = (function(AIRTIME) {
var cItem,
selected,
$trs;
// TODO : hack, get rid of this crap library
if (!$libTable) { return ; }
// Get visible items and check if any chosenItems are visible
$trs = $libTable.find("tbody input:checkbox").parents("tr");
$trs.each(function(i){