mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
'class' is a reserved word for Explorer, enclosing in quotes
Change-Id: I251ad16e75c2bb9dd9faae850797beec6c98d158
This commit is contained in:
parent
68b1918231
commit
987c394087
|
@ -50,7 +50,7 @@
|
|||
buttons: [
|
||||
{
|
||||
text: mw.msg( 'ok' ),
|
||||
class: 'ui-button-green',
|
||||
'class': 'ui-button-green',
|
||||
click: function() {
|
||||
$( this ).dialog( "close" );
|
||||
sendThanks( $thankLink );
|
||||
|
|
Loading…
Reference in a new issue