Match changed MobileWebClickingSchema

Bug: T78360
Change-Id: Ic8dbef12a7fb51e807aff16c86c749c8a3c13837
This commit is contained in:
Bahodir Mansurov 2014-12-12 14:11:27 -05:00
parent 54952e1b36
commit 24b0963a90

View file

@ -57,7 +57,7 @@
) )
.on( 'click', function() { .on( 'click', function() {
var $this = $( this ); var $this = $( this );
schema.log( 'Diff', 'diff-thank', name ); schema.log( 'Diff', 'thank', name );
if ( !$this.hasClass( 'thanked' ) ) { if ( !$this.hasClass( 'thanked' ) ) {
thankUser( name, rev, gender ).done( function() { thankUser( name, rev, gender ).done( function() {
$this.addClass( 'thanked' ).attr( 'disabled', true ) $this.addClass( 'thanked' ).attr( 'disabled', true )