CC-3174 : showbuilder
unsetting playlist id in the session properly.
This commit is contained in:
parent
529f3fa52f
commit
668e214371
2 changed files with 10 additions and 4 deletions
|
@ -593,8 +593,9 @@ var AIRTIME = (function(AIRTIME){
|
|||
$(playlist).delegate("#spl_new",
|
||||
{"click": AIRTIME.playlist.fnNew});
|
||||
|
||||
$(playlist).delegate("#spl_delete",
|
||||
{"click": AIRTIME.playlist.fnDelete});
|
||||
$(playlist).delegate("#spl_delete", {"click": function(ev){
|
||||
AIRTIME.playlist.fnDelete();
|
||||
}});
|
||||
|
||||
setPlaylistEntryEvents(playlist);
|
||||
setCueEvents(playlist);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue