зеркало из https://github.com/mozilla/pjs.git
Fix for 179336, make sure the page report for blocked popups shows the right page url.
This commit is contained in:
Родитель
fbeb053d0e
Коммит
317d462e18
|
@ -389,7 +389,8 @@
|
|||
this.updatePageReport();
|
||||
}
|
||||
|
||||
this.pageReport.push(evt.target.location);
|
||||
// The "" is a hack to force a convert to string to defeat the "liveness" of the .location property.
|
||||
this.pageReport.push(evt.target.location + "");
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче