diff options
Diffstat (limited to 'demos/dialog/modal-message.html')
-rw-r--r-- | demos/dialog/modal-message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 891959e9e..a26f3a2b5 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -12,7 +12,7 @@ modal: true, buttons: { Ok: function() { - $( thisĀ ).dialog( "close" ); + $( this ).dialog( "close" ); } } }); |