tracking change of name of window.content to _content. (bug 33650) r=hyatt
git-svn-id: svn://10.0.0.236/trunk@232506 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -312,7 +312,7 @@ function EditorStartLog()
|
||||
|
||||
fs = EditorGetScriptFileSpec();
|
||||
editorShell.StartLogging(fs);
|
||||
window.content.focus();
|
||||
window._content.focus();
|
||||
|
||||
fs = null;
|
||||
}
|
||||
@@ -320,7 +320,7 @@ function EditorStartLog()
|
||||
function EditorStopLog()
|
||||
{
|
||||
editorShell.StopLogging();
|
||||
window.content.focus();
|
||||
window._content.focus();
|
||||
}
|
||||
|
||||
function EditorRunLog()
|
||||
@@ -328,7 +328,7 @@ function EditorRunLog()
|
||||
var fs;
|
||||
fs = EditorGetScriptFileSpec();
|
||||
EditorExecuteScript(fs);
|
||||
window.content.focus();
|
||||
window._content.focus();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user