aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-repository-details.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-repository-details.cxx')
-rw-r--r--mod/mod-repository-details.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx
index be87d89..f4027b6 100644
--- a/mod/mod-repository-details.cxx
+++ b/mod/mod-repository-details.cxx
@@ -85,15 +85,6 @@ handle (request& rq, response& rs)
<< HEAD
<< TITLE << title << ~TITLE
<< CSS_LINKS (path ("repository-details.css"), root)
- //
- // This hack is required to avoid the "flash of unstyled content", which
- // happens due to the presence of the autofocus attribute in the input
- // element of the search form. The problem appears in Firefox and has a
- // (4-year old, at the time of this writing) bug report:
- //
- // https://bugzilla.mozilla.org/show_bug.cgi?id=712130.
- //
- << SCRIPT << " " << ~SCRIPT
<< ~HEAD
<< BODY
<< DIV_HEADER (root, options_->logo (), options_->menu ())