зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 425814. Don't attempt to initialize things before we know we're far enough along that it's safe to do so. r=gavin.sharp@gmail.com
This commit is contained in:
Родитель
0aeee44081
Коммит
f27c88ed89
|
@ -46,6 +46,7 @@
|
|||
]>
|
||||
|
||||
<wizard id="reportWizard" title="&reportWizard.title;"
|
||||
onload="initPrivacyNotice()"
|
||||
style="min-width: 535px; min-height: 442px;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<script type="application/x-javascript" src="chrome://reporter/content/reportWizard.js"/>
|
||||
|
@ -53,7 +54,6 @@
|
|||
|
||||
<!-- Privacy Notice -->
|
||||
<wizardpage id="privacyNotice"
|
||||
onpageshow="initPrivacyNotice()"
|
||||
onpageadvanced="setPrivacyPref()"
|
||||
label = "&privacyNotice.label;">
|
||||
<description>&reportWizardPrivacy.description;</description>
|
||||
|
|
Загрузка…
Ссылка в новой задаче