Bug #294808 Uncheck privacy policy agreement by default r=mconnor a=asa

This commit is contained in:
robert%accettura.com 2005-05-20 01:03:20 +00:00
parent 81a95c5db7
commit 48a80930ed

View File

@ -96,9 +96,8 @@ function initPrivacyNotice() {
if (getBoolPref("hidePrivacyStatement", false)) {
reportWizard.advance();
} else {
// Don't let users rewind, and default to checked.
// Don't let users rewind
reportWizard.canRewind = false;
document.getElementById("dontShowPrivacyStatement").setAttribute("checked", "true");
// Load Privacy Policy
var privacyURL = getCharPref("privacyURL", "http://reporter-test.mozilla.org/privacy/");