Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
Services.scriptloader.loadSubScript(
this
);
// paneGeneral does not exist in the settings redesign UI; tests that just
// need any pane open to exercise the search bar fall back to paneSync.
const DEFAULT_PANE = SRD_PREF_VALUE ? "paneSync" : "paneGeneral";