CC-4458: Now Playing -> "+ Add to current playlist text" might be replaced by something more appropriate
-fixed
This commit is contained in:
parent
75d6b509ea
commit
e00ff6367d
3 changed files with 19 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue