diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 14:17:30 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 14:54:43 -0400 |
commit | 3c7ce2acd32114ba6a9e49aa8af23516261e3c6f (patch) | |
tree | 8e7dc949f1087c30d2a2a73b5c1ba336e604c648 /package.json | |
parent | 3ace26856d4fb2ea82de39ec7a97a7fb1c0c63ca (diff) | |
download | bugzilla-triage-3c7ce2acd32114ba6a9e49aa8af23516261e3c6f.tar.gz |
Make skipping attachments working
- add attachment.cgi$ to skipMatches regexp
- NotLoggedinException should be caught in main.js not in rhbzpage.js
Fixes #41
New release 0.18
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cf7237f..86328aa 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php)", - "version": "0.17" + "version": "0.18" } |