Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1a001636c28a
Commit
92ccc687
authored
Jun 12, 2014
by
Dmitriy Zaporozhets
Browse files
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
cc154850df42
7a9a252abc09
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/issues.js.coffee
View file @
1a001636
...
...
@@ -38,7 +38,7 @@
initChecks
:
->
$
(
".check_all_issues"
).
click
->
$
(
".selected_issue"
).
attr
"checked"
,
@
checked
$
(
".selected_issue"
).
prop
(
"checked"
,
@
checked
)
Issues
.
checkChanged
()
$
(
".selected_issue"
).
bind
"change"
,
Issues
.
checkChanged
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment