From e09c48b2f7668071264c975f9191cf41b493ef1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 24 Aug 2010 01:10:09 +0200 Subject: Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in Gecko r/a=mkanat --- template/en/default/index.html.tmpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'template/en/default/index.html.tmpl') 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 ) { -- cgit v1.2.1