diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-02 16:23:39 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-02 16:23:39 +0100 |
commit | ea71f2b3c7d6b7e8a2a63669aa818d79ad85ffa0 (patch) | |
tree | 0eb77d02fef588fdc9a52db656a8b5bd453f3eb2 /lib | |
parent | 40a7136e0946f1f9d938fd65e0f416cd3455413f (diff) | |
download | bugzilla-triage-ea71f2b3c7d6b7e8a2a63669aa818d79ad85ffa0.tar.gz |
Separate logging front-end into special content script.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js index 191391f..fe97964 100644 --- a/lib/main.js +++ b/lib/main.js @@ -115,6 +115,7 @@ var contentScriptLibraries = { "bugzilla.redhat.com": [ self.data.url("lib/util.js"), self.data.url("lib/color.js"), + self.data.url("lib/logging-front.js"), self.data.url("lib/rhbzpage.js"), self.data.url("lib/bzpage.js") ] |