CC-4458: Now Playing -> "+ Add to current playlist text" might be replaced by something more appropriate

-fixed
This commit is contained in:
denise 2012-09-18 11:22:37 -04:00
parent 75d6b509ea
commit e00ff6367d
3 changed files with 19 additions and 1 deletions

View file

@ -20,6 +20,8 @@ var AIRTIME = (function(AIRTIME) {
} else {
AIRTIME.button.disableButton("btn-group #library-plus", false);
}
AIRTIME.library.changeAddButtonText($('.btn-group #library-plus #lib-plus-text'), ' Add to selected show');
};
mod.fnRowCallback = function(nRow, aData, iDisplayIndex, iDisplayIndexFull) {