[Basilisk] Remove some leftover crashreporter stuff

This commit is contained in:
Basilisk-Dev 2023-09-26 12:34:03 -04:00 committed by roytam1
commit 264cd17e94
3 changed files with 1 additions and 12 deletions

View file

@ -208,15 +208,6 @@ var gAdvancedPane = {
// DATA CHOICES TAB
/**
* We don't report crashes to any external servers so there is nothing to learn more about.
*/
initSubmitCrashes: function ()
{
let element = document.getElementById(crashReporterLearnMore);
element.setAttribute("hidden", "true");
},
/**
* Initialize the health report service reference and checkbox.
*/

View file

@ -38,7 +38,6 @@
<!ENTITY crashReporterDesc2.label "Crash reports help &vendorShortName; fix problems and make your browser more stable and secure">
<!ENTITY alwaysSubmitCrashReports.label "Allow &brandShortName; to send backlogged crash reports on your behalf">
<!ENTITY alwaysSubmitCrashReports.accesskey "c">
<!ENTITY crashReporterLearnMore.label "Learn More">
<!ENTITY networkTab.label "Network">

View file

@ -288,8 +288,7 @@ description > html|a {
margin-inline-end: 4px; /* add the 4px end-margin of other elements */
}
#FHRLearnMore,
#crashReporterLearnMore {
#FHRLearnMore {
/* provide some margin between the links and the label text */
/* !important is needed to override the rules defined in common.css */
margin-inline-start: 20px !important;