[Pkg-mozext-commits] [tabmixplus] 04/34: Move content.js to scripts/content.js
David Prévot
taffit at moszumanska.debian.org
Mon Jun 27 13:57:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 9543b3f5b0c26c308167aea15d234fed7488fec5
Author: onemen <tabmix.onemen at gmail.com>
Date: Fri May 27 19:35:38 2016 +0300
Move content.js to scripts/content.js
---
chrome/content/{ => scripts}/content.js | 0
modules/Utils.jsm | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/content.js b/chrome/content/scripts/content.js
similarity index 100%
rename from chrome/content/content.js
rename to chrome/content/scripts/content.js
diff --git a/modules/Utils.jsm b/modules/Utils.jsm
index 369f48b..f3b3369 100644
--- a/modules/Utils.jsm
+++ b/modules/Utils.jsm
@@ -35,7 +35,7 @@ this.TabmixUtils = {
FMM_MESSAGES.forEach(msg => mm.addMessageListener(msg, this));
// Load the frame script after registering listeners.
- mm.loadFrameScript("chrome://tabmixplus/content/content.js", true);
+ mm.loadFrameScript("chrome://tabmixplus/content/scripts/content.js", true);
// call TabmixAboutNewTab.updateBrowser for gBrowser._preloadedBrowser,
// if it already exist before we loaded our frame script
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list