SAAS-744 - Updated double click and Add button functionality on Now Playing and Add/Remove content screens

This commit is contained in:
Duncan Sommerville 2015-04-30 16:23:52 -04:00
parent 4e37788d92
commit 8aea86b451
3 changed files with 65 additions and 9 deletions

View file

@ -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();});