aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-02-23 02:50:39 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-02-23 02:50:39 +0100
commit5b9f263ac1485c0ab18c2d42c5cd18746208bad4 (patch)
tree7a7ae6ac75e6156bb0c6d1fcf2bc970522f0a7ed /lib/main.js
parent7711a600699a0b51d06ab069cfbef2fbb578449c (diff)
downloadbugzilla-triage-5b9f263ac1485c0ab18c2d42c5cd18746208bad4.tar.gz
Moved .js files from data/ to data/lib/ so that we don't mix data and code.
Diffstat (limited to 'lib/main.js')
-rw-r--r--lib/main.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/main.js b/lib/main.js
index 502d839..ec94d1e 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -111,10 +111,10 @@ var messageHandler = exports.messageHandler = function messageHandler(worker, ms
var contentScriptLibraries = {
"bugzilla.redhat.com": [
- self.data.url("util.js"),
- self.data.url("color.js"),
- self.data.url("rhbzpage.js"),
- self.data.url("bzpage.js")
+ self.data.url("lib/util.js"),
+ self.data.url("lib/color.js"),
+ self.data.url("lib/rhbzpage.js"),
+ self.data.url("lib/bzpage.js")
]
};
@@ -139,7 +139,7 @@ pageMod.PageMod({
"https://bugzilla.redhat.com/attachment.cgi"
],
contentScriptWhen: 'ready',
- contentScriptFile: self.data.url("skip-bug.js")
+ contentScriptFile: self.data.url("lib/skip-bug.js")
});
//tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=595017");