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

This commit is contained in:
neil%parkwaycc.co.uk 2004-02-10 09:21:36 +00:00
Родитель 19ba87419f
Коммит a62232ca7e
1 изменённых файлов: 1 добавлений и 1 удалений

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

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