Commit 546d7d44d00ce7cbd9f056ed3ebfd8c172967ac1

Authored by Dmitriy Zaporozhets
1 parent c1a9e922

Fix missing initCheck for Issues page checkbox

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/javascripts/issues.js.coffee
... ... @@ -2,6 +2,7 @@
2 2 init: ->
3 3 Issues.initSearch()
4 4 Issues.initSelects()
  5 + Issues.initChecks()
5 6  
6 7 $("body").on "ajax:success", ".close_issue, .reopen_issue", ->
7 8 t = $(this)
... ...