diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-04-22 17:56:44 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-04-22 17:56:44 +0200 |
commit | dacce0f73894bae5b7c4df2594ca4dd48dfeec0d (patch) | |
tree | 0a8b244bc31306c535e5e285deb3b5e30c4cb6c5 /template | |
parent | dab15f57403d7499c958a20e0c96ebf3083a6745 (diff) | |
download | bugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.gz bugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.xz |
Bug 1195736 - intermittent internal error: "file error - nav_link: not found" (also manifests as fields_lhs: not found)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/index.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index e046553c7..f99287d49 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -32,7 +32,6 @@ style_urls = [ 'skins/standard/index.css' ] %] - <script type="text/javascript"> function checkQuicksearch( form ) { if (form.quicksearch.value == '') { |