Implemented first time dialog.

This commit is contained in:
hyatt%netscape.com 2002-10-09 01:39:57 +00:00
parent 3fc926aa45
commit c53a4e8571

View File

@ -196,10 +196,6 @@ function UpdatePageReport(event)
if (gBrowser.mCurrentBrowser.pageReport) {
gReportButton.setAttribute("blocked", "true");
if (pref && pref.getBoolPref("privacy.popups.firstTime")) {
// Force a reflow. Gross.
var x = gReportButton.boxObject.width;
// Now display a dialog.
displayPageReportFirstTime();
}
}