Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2019-07-13 00:05:42 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-07-13 00:05:42 +0300
commit4325986f25b7523acac49cfaefb7149208ae8553 (patch)
tree6d5dec830ed61eaa2fa8e5cfc612a6ba5c4332d3
parent835369e17e97797fc12b80dd722325c85b73f878 (diff)
parent0584846d75af53d9f2301afa8bb9fdd2dbde7fd0 (diff)
Merge branch '11470-snowplow-tracking-for-notes-does-not-work-in-firefox' into 'master'
CE backport of reply button tracker refactor See merge request gitlab-org/gitlab-ce!28298
-rw-r--r--app/assets/javascripts/notes/components/note_actions/reply_button.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_actions/reply_button.vue b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
index be8e42af9ea..1aeb07d6608 100644
--- a/app/assets/javascripts/notes/components/note_actions/reply_button.vue
+++ b/app/assets/javascripts/notes/components/note_actions/reply_button.vue
@@ -19,7 +19,7 @@ export default {
<gl-button
ref="button"
v-gl-tooltip
- class="note-action-button"
+ class="note-action-button js-note-action-reply"
variant="transparent"
:title="__('Reply to comment')"
@click="$emit('startReplying')"