diff options
Diffstat (limited to 'mailnews/db/gloda/content/thunderbirdOverlay.xul')
-rw-r--r-- | mailnews/db/gloda/content/thunderbirdOverlay.xul | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mailnews/db/gloda/content/thunderbirdOverlay.xul b/mailnews/db/gloda/content/thunderbirdOverlay.xul new file mode 100644 index 000000000..1f2d65a30 --- /dev/null +++ b/mailnews/db/gloda/content/thunderbirdOverlay.xul @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- 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/. --> + +<overlay id="gloda-overlay" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <script type="application/javascript" src="chrome://gloda/content/overlay.js"/> +</overlay> |