diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 15:01:26 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:00 +0200 |
commit | 3c3860cd080dec5a71ae6c3c7bc3438fa8875d94 (patch) | |
tree | 7faf6e539db51c581c017f48274762e6ec6a6195 /lib | |
parent | 39e8a732fed33c134a301fad446b13223c4b3fc3 (diff) | |
download | bugzilla-triage-3c3860cd080dec5a71ae6c3c7bc3438fa8875d94.tar.gz |
Starting another module ... all small embelishments to the page.
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 72a5fe8..6c91da1 100644 --- a/lib/main.js +++ b/lib/main.js @@ -121,6 +121,7 @@ var contentScriptLibraries = [ self.data.url("lib/viewSource.js"), self.data.url("lib/color.js"), self.data.url("lib/addNewLinks.js"), + self.data.url("lib/otherButtons.js"), self.data.url("lib/logging-front.js"), self.data.url('lib/bug-page-mod.js'), self.data.url("lib/rhbzpage.js"), |