Fix for 179336, make sure the page report for blocked popups shows the right page url.

This commit is contained in:
hyatt%mozilla.org 2003-08-10 22:28:28 +00:00
Родитель fbeb053d0e
Коммит 317d462e18
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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>