aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-repository-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-14 00:37:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-15 20:37:43 +0300
commit5163436b00711318baea4fc0ad43a4de8222354a (patch)
treea05c06693bda84dd9a9b365a50c227126a5ec05f /mod/mod-repository-details.cxx
parent2ebf9de408f3fd629126a20b21221e186195813c (diff)
Implement builds page
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 ())