-implemented UI changes for playlist/block/webstream builder
This commit is contained in:
parent
198d15adc8
commit
0524e4e5d2
11 changed files with 97 additions and 40 deletions
|
@ -943,6 +943,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
};
|
||||
|
||||
mod.init = function() {
|
||||
/*
|
||||
$.contextMenu({
|
||||
selector: '#spl_new, #ws_new',
|
||||
trigger: "left",
|
||||
|
@ -953,6 +954,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
"ws": {name: "New Webstream", callback: AIRTIME.playlist.fnWsNew}
|
||||
}
|
||||
});
|
||||
*/
|
||||
$('#lib-new-pl').live('click', function(){AIRTIME.playlist.fnNew();});
|
||||
$('#lib-new-bl').live('click', function(){AIRTIME.playlist.fnNewBlock();});
|
||||
$('#lib-new-ws').live('click', function(){AIRTIME.playlist.fnWsNew();});
|
||||
/*
|
||||
$pl.delegate("#spl_new",
|
||||
{"click": AIRTIME.playlist.fnNew});*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue