fix 51432. r=cata

This commit is contained in:
ftang%netscape.com 2000-09-09 01:24:30 +00:00
parent b633f71667
commit 23ab5863e0

View File

@ -467,8 +467,7 @@ function EditorSetDocumentCharacterSet(aCharset)
if(editorShell)
{
editorShell.SetDocumentCharacterSet(aCharset);
if((! editorShell.documentModified) &&
editorShell.editorDocument.location != "about:blank")
if( editorShell.editorDocument.location != "about:blank")
{
editorShell.LoadUrl(editorShell.editorDocument.location);
}