cc-4419: Added quick hack for now
This commit is contained in:
parent
a664e7f74a
commit
6118cd63d7
|
@ -49,7 +49,10 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
var cItem,
|
var cItem,
|
||||||
selected,
|
selected,
|
||||||
$trs;
|
$trs;
|
||||||
|
|
||||||
|
|
||||||
|
// TODO : hack, get rid of this crap library
|
||||||
|
if (!$libTable) { return ; }
|
||||||
// Get visible items and check if any chosenItems are visible
|
// Get visible items and check if any chosenItems are visible
|
||||||
$trs = $libTable.find("tbody input:checkbox").parents("tr");
|
$trs = $libTable.find("tbody input:checkbox").parents("tr");
|
||||||
$trs.each(function(i){
|
$trs.each(function(i){
|
||||||
|
|
Loading…
Reference in New Issue