fix JS warning in msgHdrViewOverlay.js. Thanks to maolson@earthlink.net for the patch.

sr=mscott
This commit is contained in:
mscott%netscape.com 2001-01-08 22:47:03 +00:00
Родитель d1e1e7e363
Коммит de2f7b2c3e
1 изменённых файлов: 0 добавлений и 13 удалений

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

@ -800,19 +800,6 @@ function ProcessHeaderValue(containingBox, containerNode, header, boxPartOfPopup
// The following are just small helper functions..
///////////////////////////////////////////////////////////////
function hdrViewSetNodeWithButton(boxNode, buttonNode, text)
{
if (text)
{
buttonNode.setAttribute("value", text);
hdrViewSetVisible(boxNode, true);
}
else
{
hdrViewSetVisible(boxNode, false);
return false;
}
}
function hdrViewSetNodeWithBox(boxNode, textNode, text)
{