Fix more selection bugs, implement new selection on schedule table
This commit is contained in:
parent
e7367c3374
commit
63f9403b11
2 changed files with 61 additions and 7 deletions
|
@ -914,6 +914,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
var tr = $(this).parent();
|
||||
if (flagForDeselection) {
|
||||
flagForDeselection = false;
|
||||
$previouslySelected = undefined;
|
||||
mod.deselectItem(tr);
|
||||
} else {
|
||||
mod.checkItem(tr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue