From 62dc530470d6e6ec82f8c50dc65d7ddbb742748c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 22 Apr 2011 04:05:34 +0200 Subject: Make the categories work only for Xorg bugs. --- data/lib/rhbzpage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/lib/rhbzpage.js') diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index d36f33c..327a1bf 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -467,7 +467,9 @@ function RHBZinit() { } if (constantData.xorgBugsCategories) { - makeBugCategoriesList(constantData.xorgBugsCategories); + var XBZlist = filterByRegexp(constantData. + xorgBugsCategories, getComponent()); + makeBugCategoriesList(XBZlist); } // Dig out backtrace protection against double-firing? -- cgit