diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-23 15:11:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-23 15:11:44 +0200 |
commit | d3a21445ad2f70565d10f632aa9d522e190f9e00 (patch) | |
tree | bb2d112daddb98d8394e81b6f4712754fbed58ed /lib/main.js | |
parent | 5f4a854cf9497d07745ebd9d4c65a3b954c494ec (diff) | |
download | bugzilla-triage-d3a21445ad2f70565d10f632aa9d522e190f9e00.tar.gz |
Fix timesheet generation with bad URLs and get activated on the Freedesktop bugzilla as well
Diffstat (limited to 'lib/main.js')
-rw-r--r-- | lib/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.js b/lib/main.js index e0a1fe0..7cd9a9c 100644 --- a/lib/main.js +++ b/lib/main.js @@ -26,6 +26,7 @@ var config = {}; config.matches = [ "https://bugzilla.redhat.com/show_bug.cgi", "https://bz-web2-test.devel.redhat.com/show_bug.cgi", + "https://bugs.freedesktop.org/show_bug.cgi", "https://bugzilla.mozilla.org/show_bug.cgi" ]; |