From 3c7ce2acd32114ba6a9e49aa8af23516261e3c6f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 19 Aug 2010 14:17:30 -0400 Subject: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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" } -- cgit