Skip to content

Commit

Permalink
Merge pull request #470 from decko-commons/ethn-wikirate
Browse files Browse the repository at this point in the history
propagation fix
  • Loading branch information
ethn authored Jun 3, 2020
2 parents 5e91de3 + 02c8469 commit af65e06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion card/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.5
0.9.6
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ $(window).ready ->
container = item.closest("._selectable-filtered-content")
input = $(container.data("input-selector"))
input.val name
item.closest('.modal').modal('hide')
item.closest('.modal').modal('hide')
e.preventDefault()
e.stopPropagation()

0 comments on commit af65e06

Please sign in to comment.