CC-84: Smart Playlists
- code cleanup - adds 'Add' button to last row, always
This commit is contained in:
parent
601263b7a0
commit
2dae5f30f7
6 changed files with 81 additions and 91 deletions
|
@ -318,8 +318,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
$("#side_playlist")
|
||||
.empty()
|
||||
.append(json.html);
|
||||
|
||||
|
||||
setUpPlaylist();
|
||||
var form = $('#smart-playlist-form');
|
||||
appendAddButton(form);
|
||||
}
|
||||
|
||||
//sets events dynamically for playlist entries (each row in the playlist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue