Browse Source

Fixed removing tags.

Martin Edenhofer 8 years ago
parent
commit
0ab918dadc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/assets/javascripts/app/controllers/tag.coffee

+ 1 - 0
app/assets/javascripts/app/controllers/tag.coffee

@@ -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(