fix recording delete not sending notification

This commit is contained in:
Zachary Chai
2017-02-28 10:38:57 -05:00
parent 059a56e5a6
commit a72656465b
3 changed files with 11 additions and 23 deletions

View File

@ -249,7 +249,7 @@ class @Recordings
url: url+'/'+id,
data: data
}).done((data) ->
btn.prop('disabled', false)
).fail((data) ->
btn.prop('disabled', false)
)
@ -264,7 +264,7 @@ class @Recordings
method: 'DELETE',
url: url+'/'+id
}).done((data) ->
btn.prop('disabled', false)
).fail((data) ->
btn.prop('disabled', false)
)