mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Match changed MobileWebClickingSchema
Bug: T78360 Change-Id: Ic8dbef12a7fb51e807aff16c86c749c8a3c13837
This commit is contained in:
parent
54952e1b36
commit
24b0963a90
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue