CC-84: Smart Playlists
- added remove button to all rows unless only one row is enabled - disabled playlist contents if type switches from static to dynamic and vice versa
This commit is contained in:
parent
7c07bf146c
commit
a8ca9accdb
3 changed files with 64 additions and 37 deletions
|
@ -320,8 +320,12 @@ var AIRTIME = (function(AIRTIME){
|
|||
.append(json.html);
|
||||
|
||||
setUpPlaylist();
|
||||
var form = $('#smart-playlist-form');
|
||||
appendAddButton(form);
|
||||
|
||||
// functions in smart_playlistbuilder.js
|
||||
setupUI();
|
||||
appendAddButton();
|
||||
removeButtonCheck();
|
||||
|
||||
}
|
||||
|
||||
//sets events dynamically for playlist entries (each row in the playlist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue