Better errors from podcast 'Add' dialog
This commit is contained in:
parent
de380369ed
commit
c5a5839eff
10 changed files with 44 additions and 14 deletions
|
@ -303,7 +303,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
var foundAtIdx = $.inArray(aData, self._selectedRows);
|
||||
|
||||
console.log('checkbox mouse', iVisualRowIdx, foundAtIdx);
|
||||
//console.log('checkbox mouse', iVisualRowIdx, foundAtIdx);
|
||||
|
||||
//If the clicked row is already selected, deselect it.
|
||||
if (foundAtIdx >= 0 && self._selectedRows.length >= 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue