remove work around for #15458. that bug has been fixed.

gayatrib and I both tested it.
This commit is contained in:
sspitzer%netscape.com 1999-10-05 20:47:41 +00:00
parent 1143b3521a
commit 2cef50a377

View File

@ -122,10 +122,6 @@ function displayPage(content)
{
contentFrame.setAttribute("src", content);
}
//hack for onLoadHandler problem bug #15458
var tmpUrl = content.split(pagePostfix);
var tag = tmpUrl[0];
wizardPageLoaded(tag);
}
}