Commit c4457857 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'no-comment-button-on-discussion-diffs-8-10' into '8-10-stable'

[8.10] Don't show comment button in gutter of diffs on MR discussion tab

`8-10-stable` counterpart to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5492

See merge request !5493
parents ee0488d1 22d3b9be
Please view this file on the master branch, on stable branches it's out of date.
v 8.10.2 (unreleased)
- Don't show comment button in gutter of diffs on MR discussion tab
v 8.10.1
- Refactor repository storages documentation. !5428
......
......@@ -16,7 +16,7 @@ class @FilesCommentButton
debounce = _.debounce @render, DEBOUNCE_TIMEOUT_DURATION
$(document)
$(@filesContainerElement)
.off 'mouseover', LINE_COLUMN_CLASSES
.off 'mouseleave', LINE_COLUMN_CLASSES
.on 'mouseover', LINE_COLUMN_CLASSES, debounce
......
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