From 6f42448b2e944218e6c36eeebf14185ba5b52316 Mon Sep 17 00:00:00 2001 From: "caillon%returnzero.com" Date: Tue, 26 Mar 2002 01:15:37 +0000 Subject: [PATCH] Bug 131645: Page Info gives info about first tab regardless of which tab is focused. Patch by Daniel Brooks r=timeless, sr=alecf, a=dbaron --- xpfe/browser/resources/content/pageInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/browser/resources/content/pageInfo.js b/xpfe/browser/resources/content/pageInfo.js index 141388f09594..71993168f033 100644 --- a/xpfe/browser/resources/content/pageInfo.js +++ b/xpfe/browser/resources/content/pageInfo.js @@ -120,7 +120,7 @@ function onLoadPageInfo() if (tabName) { - var tabControl = document.getElementById("tabcontrol"); + var tabControl = document.getElementById("tabbox"); var tab = document.getElementById(tabName); if (tabControl && tab)