Bmansurov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179521

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/21/179521/1

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: newchange
Gerrit-Change-Id: Ic8dbef12a7fb51e807aff16c86c749c8a3c13837
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>

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

Reply via email to