diff --git a/content/resurrect-select-mirror.xul b/content/resurrect-select-mirror.xul index 097f81f..92b5b01 100644 --- a/content/resurrect-select-mirror.xul +++ b/content/resurrect-select-mirror.xul @@ -6,7 +6,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&resurrect.title;" buttons="accept, cancel" - onload="resurrect.loadMirrors()" + onload="document.getElementById('mirror').focus();" ondialogaccept="resurrect.selectMirror(event);" persist="width height screenX screenY" > @@ -17,6 +17,7 @@