зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
19ba87419f
Коммит
a62232ca7e
|
@ -55,4 +55,4 @@ function OtherTasksOnLoad()
|
|||
}
|
||||
}
|
||||
|
||||
addEventListener("load",OtherTasksOnLoad,true);
|
||||
addEventListener("load", OtherTasksOnLoad, false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче