witten
/
luminotes
Archived
1
0
Fork 0

Sigh. IE commas.

This commit is contained in:
Dan Helfman 2007-09-20 23:34:34 +00:00
parent 212f516aeb
commit c5a2b3900f
1 changed files with 2 additions and 2 deletions

View File

@ -982,7 +982,7 @@ Wiki.prototype.display_message = function ( text, nodes ) {
"type": "button",
"class": "message_button",
"value": "ok",
"title": "dismiss this message",
"title": "dismiss this message"
} );
appendChildNodes( inner_div, ok_button );
connect( ok_button, "onclick", this.clear_messages );
@ -1014,7 +1014,7 @@ Wiki.prototype.display_error = function ( text, nodes ) {
"type": "button",
"class": "message_button",
"value": "ok",
"title": "dismiss this message",
"title": "dismiss this message"
} );
appendChildNodes( inner_div, ok_button );
connect( ok_button, "onclick", this.clear_messages );