Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing
This commit is contained in:
commit
18fb0f3509
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
console.log("clicked row not detected as already selected");
|
console.log("clicked row not detected as already selected");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (foundAtIdx >= 0 && self._selectedRows.length > 1) {
|
//If the clicked row is already selected, deselect it.
|
||||||
|
if (foundAtIdx >= 0 && self._selectedRows.length >= 1) {
|
||||||
self._selectedRows.splice(foundAtIdx, 1);
|
self._selectedRows.splice(foundAtIdx, 1);
|
||||||
$nRow.removeClass('selected');
|
$nRow.removeClass('selected');
|
||||||
$nRow.find('input.airtime_table_checkbox').attr('checked', false);
|
$nRow.find('input.airtime_table_checkbox').attr('checked', false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue