diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 15:01:26 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 15:24:45 +0100 |
commit | a9e66d84f83d3f21fffd4cd9872ac8934e455edf (patch) | |
tree | b2ad88df13071818a69d4cd47be10b8074189c1d /lib | |
parent | a90359a5d5ed0f45dfa5da7e154842c08f19d05a (diff) | |
download | bugzilla-triage-a9e66d84f83d3f21fffd4cd9872ac8934e455edf.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"), |