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
|
@ -98,6 +98,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
return count;
|
||||
};
|
||||
|
||||
mod.changeAddButtonText = function($button, btnText) {
|
||||
$button.text(btnText);
|
||||
}
|
||||
|
||||
mod.createToolbarButtons = function() {
|
||||
$menu = $("<div class='btn-toolbar' />");
|
||||
$menu
|
||||
|
@ -113,7 +117,8 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"</div>")
|
||||
.append("<div class='btn-group'>" +
|
||||
"<button class='btn btn-small' id='library-plus'>" +
|
||||
"<i class='icon-white icon-plus'></i> Add to current playlist" +
|
||||
"<i class='icon-white icon-plus'></i>" +
|
||||
"<span id='lib-plus-text'></span>" +
|
||||
"</button>" +
|
||||
"</div>")
|
||||
.append("<div class='btn-group'>" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue