Remove Flash
from todos when finished
This commit is contained in:
parent
fa570525db
commit
8f8720209f
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class @Todos
|
||||||
return
|
return
|
||||||
|
|
||||||
success: (data, textStatus, jqXHR) ->
|
success: (data, textStatus, jqXHR) ->
|
||||||
new Flash(data.notice, 'success')
|
|
||||||
_this.clearDone($this.closest('li'))
|
_this.clearDone($this.closest('li'))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue