mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[Basilisk] Remove some leftover crashreporter stuff
This commit is contained in:
parent
3fa770bcba
commit
264cd17e94
3 changed files with 1 additions and 12 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue