Fixing bug 137876. Fixing typo in the functional call so that ISPs can set off functions to be executed via this routine. r=andreww, sr=sspitzer

This commit is contained in:
racham%netscape.com 2002-04-17 01:25:37 +00:00
parent 9be5bfd759
commit 2da8a43cd8

View File

@ -26,7 +26,7 @@ function donePageInit() {
if ("testingIspServices" in this) {
if (testingIspServices()) {
if ("setOtherServices" in this) {
if ("setOtherISPServices" in this) {
setOtherISPServices();
}