diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-24 01:10:09 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-08-24 01:10:09 +0200 |
commit | e09c48b2f7668071264c975f9191cf41b493ef1c (patch) | |
tree | 3582425c6618393ef60d0d61cd7d61ee5a0a0825 /template/en/default/index.html.tmpl | |
parent | Bug 584115: Some comments incorrectly disappear for users not in the timetrac... (diff) | |
download | bugzilla-e09c48b2f7668071264c975f9191cf41b493ef1c.tar.gz bugzilla-e09c48b2f7668071264c975f9191cf41b493ef1c.tar.bz2 bugzilla-e09c48b2f7668071264c975f9191cf41b493ef1c.zip |
Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in Gecko
r/a=mkanat
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 ) { |