зеркало из https://github.com/mozilla/pjs.git
fix 51432. r=cata
This commit is contained in:
Родитель
7afbf44a3d
Коммит
e3f84aad39
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче