Fix simple typo. r=me

This commit is contained in:
rjc%netscape.com 2000-07-27 11:39:27 +00:00
parent a9f736b783
commit dbb629cb8b

View File

@ -126,7 +126,7 @@ function OnClick(event, node)
var theWindow = window._content.parentWindow;
if (theWindow)
{
theWindow.title = baseURI;
theWindow.title = theID;
}
}
}