Bug 579412 - Backed out changeset b993e9c8edbe, bustage

This commit is contained in:
Rob Campbell 2010-07-23 11:30:16 -03:00
parent 89d82725a0
commit 48be01ba8a

View File

@ -1522,7 +1522,6 @@ function HeadsUpDisplay(aConfig)
this.contentWindow = aConfig.contentWindow;
this.uriSpec = aConfig.contentWindow.location.href;
this.reattachConsole();
this.jsterm.inputNode.focus();
return;
}
@ -1628,7 +1627,6 @@ function HeadsUpDisplay(aConfig)
// create the JSTerm input element
try {
this.createConsoleInput(this.contentWindow, this.consoleWrap, this.outputNode);
this.jsterm.inputNode.focus();
}
catch (ex) {
Cu.reportError(ex);