diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:46:49 +0200 |
commit | 738734fc32b9d0c52b89208c708fd6a6f3cc0531 (patch) | |
tree | 1ccc5a00cee064dc9c47f90eae7e287772eb5e8d /data/lib/util.js | |
parent | fea37bf96ab3b0494a44f9737061898260dc5d41 (diff) | |
download | bugzilla-triage-738734fc32b9d0c52b89208c708fd6a6f3cc0531.tar.gz |
Make the categories work only for Xorg bugs.
Diffstat (limited to 'data/lib/util.js')
-rw-r--r-- | data/lib/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/util.js b/data/lib/util.js index b145d25..c2989d2 100644 --- a/data/lib/util.js +++ b/data/lib/util.js @@ -284,7 +284,7 @@ function filterByRegexp(list, chosingMark) { return chosenPair[0].addr; } else { - return ""; + return null; } } |