jenkins-bot has submitted this change and it was merged.

Change subject: Match changed MobileWebClickingSchema
......................................................................


Match changed MobileWebClickingSchema

Bug: T78360
Change-Id: Ic8dbef12a7fb51e807aff16c86c749c8a3c13837
---
M modules/ext.thanks.mobilediff.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ext.thanks.mobilediff.js b/modules/ext.thanks.mobilediff.js
index 9b28732..d19d315 100644
--- a/modules/ext.thanks.mobilediff.js
+++ b/modules/ext.thanks.mobilediff.js
@@ -57,7 +57,7 @@
                                        )
                                        .on( 'click', function() {
                                                var $this = $( this );
-                                               schema.log( 'Diff', 
'diff-thank', name );
+                                               schema.log( 'Diff', 'thank', 
name );
                                                if ( !$this.hasClass( 'thanked' 
) ) {
                                                        thankUser( name, rev, 
gender  ).done( function() {
                                                                $this.addClass( 
'thanked' ).attr( 'disabled', true )

-- 
To view, visit https://gerrit.wikimedia.org/r/179521
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8dbef12a7fb51e807aff16c86c749c8a3c13837
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to