diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-01-13 00:22:47 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-01-13 00:22:47 +0100 |
commit | 6a66e974b9dbf226deedfe3570351a1d9bab2891 (patch) | |
tree | e8618d817029e3d4079c6160ee11b966e2e4067a | |
parent | cfdf7463924d580f0e3a38eafd5cf3f555ffac11 (diff) | |
download | bugzilla-triage-6a66e974b9dbf226deedfe3570351a1d9bab2891.tar.gz |
Actually, I forgot to react on RH BZ new bug :).
-rw-r--r-- | skip-process-bug.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skip-process-bug.js b/skip-process-bug.js index 76c705b..6120ede 100644 --- a/skip-process-bug.js +++ b/skip-process-bug.js @@ -20,6 +20,7 @@ var callback = function(document){ var options = {}; options.matches = [ "https://bugzilla.redhat.com/process_bug.cgi", + "https://bugzilla.redhat.com/post_bug.cgi", "https://bugzilla.mozilla.org/post_bug.cgi", "https://bugzilla.mozilla.org/process_bug.cgi" ]; |