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:
@@ -55,4 +55,4 @@ function OtherTasksOnLoad()
|
||||
}
|
||||
}
|
||||
|
||||
addEventListener("load",OtherTasksOnLoad,true);
|
||||
addEventListener("load", OtherTasksOnLoad, false);
|
||||
|
||||
Reference in New Issue
Block a user