Supplementary patch to bug 227651 not to use capturing on the load event listener so we don't get uselessly called for every content page load r=timeless sr=mscott

git-svn-id: svn://10.0.0.236/trunk@152586 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2004-02-10 09:21:36 +00:00
parent c702ec4334
commit 46fe82b340

View File

@@ -55,4 +55,4 @@ function OtherTasksOnLoad()
}
}
addEventListener("load",OtherTasksOnLoad,true);
addEventListener("load", OtherTasksOnLoad, false);