mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
Delete playlist implemented
This commit is contained in:
@@ -29,10 +29,12 @@
|
||||
|
||||
@render()
|
||||
|
||||
onDeletePlaylist: ->
|
||||
onDeletePlaylist: (e) ->
|
||||
utils.messageBox "/dlg/DeletePlaylistConfirm", =>
|
||||
@model.destroy()
|
||||
|
||||
e.stopPropagation()
|
||||
|
||||
setContained: (contained)=>
|
||||
@ui.mixExistsIndicator.prop('checked', contained)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user