'class' is a reserved word for Explorer, enclosing in quotes

Change-Id: I251ad16e75c2bb9dd9faae850797beec6c98d158
This commit is contained in:
kaldari 2013-06-13 09:17:16 -07:00
parent 68b1918231
commit 987c394087

View file

@ -50,7 +50,7 @@
buttons: [
{
text: mw.msg( 'ok' ),
class: 'ui-button-green',
'class': 'ui-button-green',
click: function() {
$( this ).dialog( "close" );
sendThanks( $thankLink );