Archived
1
0

Fixed brokenness in IE. (Introduced by previous commit.)

This commit is contained in:
Dan Helfman 2008-05-06 05:52:14 +00:00
parent 7ba5351b32
commit 5a3bb508b2

View File

@ -1095,7 +1095,7 @@ Wiki.prototype.hide_editor = function ( event, editor ) {
} );
} else {
editor.shutdown();
self.display_empty_message();
this.display_empty_message();
}
}
}