summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/browser.xul
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 19:07:44 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 19:07:44 +0200
commit70a08bf916232fdc4ba960c24ebcc62084a33c3b (patch)
tree2c4f642cf042cd446d51dc1b7ad700d922641e74 /application/palemoon/base/content/browser.xul
parentc17c14ce6afc026e8b918b8bf48fba7515bebac3 (diff)
downloadUXP-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/browser.xul')
-rw-r--r--application/palemoon/base/content/browser.xul3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul
index 0a0ce01dc..df152bbaa 100644
--- a/application/palemoon/base/content/browser.xul
+++ b/application/palemoon/base/content/browser.xul
@@ -65,6 +65,9 @@
# wishes to include *must* go into the global-scripts.inc file
# so that they can be shared by macBrowserOverlay.xul.
#include global-scripts.inc
+#ifdef MOZ_DEVTOOLS
+#include global-devtools-theme-scripts.inc
+#endif
<script type="application/javascript" src="chrome://browser/content/nsContextMenu.js"/>
<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/>