Florianschmidtwelzow has uploaded a new change for review.

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

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

Match changed MobileWebClickingSchema

Follow up: I623fde482baaba753608160d486d79a313ee5825

Bug: T78360
Change-Id: I5ea1dcc10c2afba89dad062eb171e1e6a1b915fd
---
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/09/179409/1

diff --git a/modules/ext.thanks.mobilediff.js b/modules/ext.thanks.mobilediff.js
index 0399d99..9b28732 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-thank', name 
);
+                                               schema.log( 'Diff', 
'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/179409
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ea1dcc10c2afba89dad062eb171e1e6a1b915fd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

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

Reply via email to