diff --git a/mozilla/docshell/resources/content/netError.xhtml b/mozilla/docshell/resources/content/netError.xhtml index 9538aac1bcc..13a6606964b 100644 --- a/mozilla/docshell/resources/content/netError.xhtml +++ b/mozilla/docshell/resources/content/netError.xhtml @@ -158,6 +158,16 @@ var ld = document.getElementById("errorLongDesc"); if (ld) ld.innerHTML = parseFakeTags(errorDesc[err]); + + // Focus the Try Again button. We can't just do this inline because of + // bug 232004. We can't use onload (see comment below). Since the + //