diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 02:20:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:46:49 +0200 |
commit | 28fca6be6eed43da9b9449257a8577e4d8597590 (patch) | |
tree | 6b1fcf2df774a42b82e8958c7622ea0f926a8d39 /lib | |
parent | ca6d6953457b0176f9aed372367cb2645e575f3e (diff) | |
download | bugzilla-triage-28fca6be6eed43da9b9449257a8577e4d8597590.tar.gz |
Add the roll-down list for selection of categories.
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 f3de753..645669a 100644 --- a/lib/main.js +++ b/lib/main.js @@ -118,6 +118,7 @@ var contentScriptLibraries = [ self.data.url("lib/jumpNextBug.js"), self.data.url("lib/queries.js"), self.data.url("lib/preprocessDuplicates.js"), + self.data.url("lib/xorgBugCategories.js"), self.data.url("lib/viewSource.js"), self.data.url("lib/color.js"), self.data.url("lib/addNewLinks.js"), |