summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-08-24 01:10:09 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-08-24 01:10:09 +0200
commite09c48b2f7668071264c975f9191cf41b493ef1c (patch)
tree3582425c6618393ef60d0d61cd7d61ee5a0a0825 /template/en/default/index.html.tmpl
parent2b7728594a059c0fac1edf63799e62cfc0a82c7a (diff)
downloadbugzilla-e09c48b2f7668071264c975f9191cf41b493ef1c.tar.gz
bugzilla-e09c48b2f7668071264c975f9191cf41b493ef1c.tar.xz
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.tmpl6
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 ) {