CC-6070 - standardize editor buttons

This commit is contained in:
Duncan Sommerville 2015-08-17 18:34:39 -04:00
parent 096c96b1b6
commit 4adb9cc55a
6 changed files with 38 additions and 20 deletions

View file

@ -904,6 +904,11 @@ var AIRTIME = (function(AIRTIME){
});
$pl.find("#webstream_cancel, #cancel_button").on("click", function() {
var tabId = $pl.attr("tab-id");
$("li[tab-id=" + tabId + "] .lib_pl_close").click();
});
$lib.on("click", "#pl_edit", function() {
openPlaylistPanel();
$.ajax({