Fixed removing tags.
This commit is contained in:
parent
7c0893ab36
commit
0ab918dadc
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class Table extends App.Controller
|
|||
|
||||
destroy: (e) ->
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
row = $(e.currentTarget).closest('tr')
|
||||
id = row.data('id')
|
||||
new DestroyConfirm(
|
||||
|
|
Loading…
Reference in a new issue