This commit is contained in:
Duncan Sommerville 2015-06-26 15:12:52 -04:00
parent 5fe70754bd
commit c79e4fb9ea
2 changed files with 9 additions and 6 deletions

View file

@ -148,7 +148,7 @@ var AIRTIME = (function(AIRTIME) {
mod.checkDeleteButton = function() {
var selected = mod.getChosenItemsLength(),
check = false;
if (selected !== 0) {
check = true;
}