CC-6070 - standardize editor buttons
This commit is contained in:
parent
096c96b1b6
commit
4adb9cc55a
6 changed files with 38 additions and 20 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue