diff options
Diffstat (limited to '')
-rw-r--r-- | browser/base/content/browser.xhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml index 8ef14813b1..aec0983a67 100644 --- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml @@ -39,7 +39,6 @@ <link rel="stylesheet" href="chrome://global/skin/global.css" /> <link rel="stylesheet" href="chrome://browser/content/browser.css" /> - <link rel="stylesheet" href="chrome://browser/content/tabbrowser.css" /> <link rel="stylesheet" href="chrome://browser/content/downloads/downloads.css" @@ -84,7 +83,6 @@ <link rel="localization" href="browser/translations.ftl" /> <link rel="localization" href="browser/unifiedExtensions.ftl"/> <link rel="localization" href="browser/webrtcIndicator.ftl"/> - <link rel="localization" href="toolkit/branding/accounts.ftl"/> <link rel="localization" href="toolkit/branding/brandings.ftl"/> <link rel="localization" href="toolkit/global/contextual-identity.ftl"/> <link rel="localization" href="toolkit/global/textActions.ftl"/> @@ -107,6 +105,7 @@ <script> /* eslint-env mozilla/browser-window */ + Services.scriptloader.loadSubScript("chrome://browser/content/browser-init.js", this); Services.scriptloader.loadSubScript("chrome://global/content/contentAreaUtils.js", this); Services.scriptloader.loadSubScript("chrome://browser/content/browser-captivePortal.js", this); if (AppConstants.MOZ_DATA_REPORTING) { |