Bug 131645: Page Info gives info about first tab regardless of which tab is focused. Patch by Daniel Brooks <db48x@yahoo.com> r=timeless, sr=alecf, a=dbaron

This commit is contained in:
caillon%returnzero.com 2002-03-26 01:15:37 +00:00
Родитель 6dcaf507ae
Коммит 6f42448b2e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)