SAAS-744 - Updated double click and Add button functionality on Now Playing and Add/Remove content screens
This commit is contained in:
parent
4e37788d92
commit
8aea86b451
3 changed files with 65 additions and 9 deletions
|
@ -109,7 +109,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
mod.changeAddButtonText = function($button, btnText) {
|
||||
$button.text(btnText);
|
||||
}
|
||||
};
|
||||
|
||||
mod.createToolbarButtons = function() {
|
||||
$menu = $("<div class='btn-toolbar' />");
|
||||
|
@ -135,7 +135,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"<i class='icon-white icon-trash'></i>" +
|
||||
"</button>" +
|
||||
"</div>");
|
||||
}
|
||||
};
|
||||
|
||||
mod.createToolbarDropDown = function() {
|
||||
$('#sb-select-page').click(function(){mod.selectCurrentPage();});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue