зеркало из https://github.com/mozilla/pjs.git
Set initial focus to editor window. Fixes bug 5724. Reviewed by sfraser
This commit is contained in:
Родитель
14548c81ae
Коммит
66ab8c86a6
|
@ -37,7 +37,10 @@ function EditorStartup()
|
|||
} else {
|
||||
dump("EditorAppCore has already been created! Why?\n");
|
||||
}
|
||||
EditorSetup(editorName, appCore)
|
||||
EditorSetup(editorName, appCore);
|
||||
|
||||
// Set focus to the edit window
|
||||
window.focus();
|
||||
}
|
||||
|
||||
function EditorSetup(p_editorName, p_appCore)
|
||||
|
|
Загрузка…
Ссылка в новой задаче