diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-04-22 04:05:34 +0200 |
commit | 62dc530470d6e6ec82f8c50dc65d7ddbb742748c (patch) | |
tree | ce95b1289e851f64221475d7fde58afd1adf5428 /data/lib/util.js | |
parent | 716ea4208690274449e93ce01bf54646621fbb3e (diff) | |
download | bugzilla-triage-62dc530470d6e6ec82f8c50dc65d7ddbb742748c.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 5859f97..1bdbcde 100644 --- a/data/lib/util.js +++ b/data/lib/util.js @@ -280,7 +280,7 @@ function filterByRegexp(list, chosingMark) { return chosenPair[0].addr; } else { - return ""; + return null; } } |