Fix more selection bugs, implement new selection on schedule table

This commit is contained in:
Duncan Sommerville 2015-08-18 18:45:55 -04:00
parent e7367c3374
commit 63f9403b11
2 changed files with 61 additions and 7 deletions

View file

@ -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);