Commit 546d7d44 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix missing initCheck for Issues page checkbox

parent c1a9e922
......@@ -2,6 +2,7 @@
init: ->
Issues.initSearch()
Issues.initSelects()
Issues.initChecks()
$("body").on "ajax:success", ".close_issue, .reopen_issue", ->
t = $(this)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment