diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 02:20:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 02:20:14 +0200 |
commit | 0cb856babf290b012c87234820db33e0801c4e5c (patch) | |
tree | fe5cd5e1b3ff04539a36e1310f2c9f48068bdf4d /data/lib/rhbzpage.js | |
parent | a06ad7e29b9ca7e8e24f72ef3431f5972e23ec8c (diff) | |
download | bugzilla-triage-0cb856babf290b012c87234820db33e0801c4e5c.tar.gz |
Add the roll-down list for selection of categories.
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r-- | data/lib/rhbzpage.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 706c8c1..d36f33c 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -466,6 +466,10 @@ function RHBZinit() { setDefaultAssignee(); } + if (constantData.xorgBugsCategories) { + makeBugCategoriesList(constantData.xorgBugsCategories); + } + // Dig out backtrace protection against double-firing? btSnippet = ""; |