diff options
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r-- | template/en/default/index.html.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 5e0de5d2d..d7b7b1476 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -46,12 +46,6 @@ function onLoadActions() { } document.getElementById('quicksearch_top').focus(); } -function addSidebar() { - var sidebarname=window.location.host; - if (!/bug/i.test(sidebarname)) - sidebarname="[% terms.Bugzilla %] "+sidebarname; - window.sidebar.addPanel (sidebarname, "[% urlbase FILTER html %]sidebar.cgi", ""); -} var quicksearch_message = "Enter [% terms.abug %] # or some search terms"; function checkQuicksearch( form ) { |