diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 19:07:44 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 19:07:44 +0200 |
commit | 70a08bf916232fdc4ba960c24ebcc62084a33c3b (patch) | |
tree | 2c4f642cf042cd446d51dc1b7ad700d922641e74 /application/palemoon/base/content/macBrowserOverlay.xul | |
parent | c17c14ce6afc026e8b918b8bf48fba7515bebac3 (diff) | |
download | UXP-70a08bf916232fdc4ba960c24ebcc62084a33c3b.tar UXP-70a08bf916232fdc4ba960c24ebcc62084a33c3b.tar.gz UXP-70a08bf916232fdc4ba960c24ebcc62084a33c3b.tar.lz UXP-70a08bf916232fdc4ba960c24ebcc62084a33c3b.tar.xz UXP-70a08bf916232fdc4ba960c24ebcc62084a33c3b.zip |
Fix: Developer Toolbar (the command: `cookie`; themes)
Issue #102
Diffstat (limited to 'application/palemoon/base/content/macBrowserOverlay.xul')
-rw-r--r-- | application/palemoon/base/content/macBrowserOverlay.xul | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/base/content/macBrowserOverlay.xul b/application/palemoon/base/content/macBrowserOverlay.xul index a4d583e16..b1ae838d0 100644 --- a/application/palemoon/base/content/macBrowserOverlay.xul +++ b/application/palemoon/base/content/macBrowserOverlay.xul @@ -24,6 +24,9 @@ # wishes to include *must* go into the global-scripts.inc file # so that they can be shared by this overlay. #include global-scripts.inc +#ifdef MOZ_DEVTOOLS +#include global-devtools-theme-scripts.inc +#endif <script type="application/javascript"> function OpenBrowserWindowFromDockMenu(options) { |