Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
ce572913
Commit
ce572913
authored
May 30, 2016
by
Fatih Acet
Committed by
Z.J. van de Weg
Jun 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mutual exclusivity for emoji only comments.
parent
40c86c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
app/assets/javascripts/awards_handler.coffee
app/assets/javascripts/awards_handler.coffee
+4
-1
No files found.
app/assets/javascripts/awards_handler.coffee
View file @
ce572913
...
...
@@ -131,7 +131,10 @@ class @AwardsHandler
@
createEmoji
votesBlock
,
emoji
getVotesBlock
:
->
return
$
'.js-awards-block.current'
getVotesBlock
:
->
currentBlock
=
$
'.js-awards-block.current'
return
if
currentBlock
.
length
then
currentBlock
else
$
(
'.js-awards-block'
).
eq
0
getAwardUrl
:
->
return
@
getVotesBlock
().
data
'award-url'
...
...
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