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/global-devtools-theme-scripts.inc | |
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/global-devtools-theme-scripts.inc')
-rw-r--r-- | application/palemoon/base/content/global-devtools-theme-scripts.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/base/content/global-devtools-theme-scripts.inc b/application/palemoon/base/content/global-devtools-theme-scripts.inc new file mode 100644 index 000000000..408728ed5 --- /dev/null +++ b/application/palemoon/base/content/global-devtools-theme-scripts.inc @@ -0,0 +1,6 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +<script type="application/javascript" src="chrome://browser/content/browser-devtools-theme.js"/> |