aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/rhbzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r--data/lib/rhbzpage.js4
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 = "";