mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug #294808 Uncheck privacy policy agreement by default r=mconnor a=asa
This commit is contained in:
parent
81a95c5db7
commit
48a80930ed
@ -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/");
|
||||
|
Loading…
Reference in New Issue
Block a user