Bug 247419 Make account manager help button context sensitive again r/sr=mscott

This commit is contained in:
neil%parkwaycc.co.uk 2004-07-18 20:33:08 +00:00
Родитель c0947a1db1
Коммит 14f1ad4c7f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -59,7 +59,7 @@ var pageTagPairs = {
function doHelpButton()
{
// Get the URI of the page loaded in the AccountManager's content frame.
var pageSourceURI = document.getElementById("contentFrame").getAttribute("src");
var pageSourceURI = contentFrame.location.href;
// Get the help tag corresponding to the page loaded.
var helpTag = pageTagPairs[pageSourceURI];