CC-4466: Buttons on Now Playing page are clickable even though they are disabled

-fixed
This commit is contained in:
denise 2012-09-18 10:53:19 -04:00
parent aa3bf3941b
commit 1698aae251
5 changed files with 21 additions and 16 deletions

View file

@ -16,9 +16,9 @@ var AIRTIME = (function(AIRTIME) {
}
if (check === true) {
AIRTIME.button.enableButton("btn-group #library-plus", true);
AIRTIME.button.enableButton("btn-group #library-plus", false);
} else {
AIRTIME.button.disableButton("btn-group #library-plus", true);
AIRTIME.button.disableButton("btn-group #library-plus", false);
}
};