diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-22 09:49:01 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-22 09:49:01 +0200 |
commit | d4a81c5de43ba4eed359ef0e25ed24b7399de3d5 (patch) | |
tree | a0683376f9368551511a440acb20f01f95548f12 /package.json | |
parent | 7f2711d924220659fed80f547e52509d65154e7a (diff) | |
download | bugzilla-triage-d4a81c5de43ba4eed359ef0e25ed24b7399de3d5.tar.gz |
Make skipping over attachment.cgi work and more cleanup
- improve regexp in main.js / skipThisPage
- fix util.notification to not crash
- remove non-ASCII characters from package.json
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 96db7e7..bdf786c 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ "jetpack-core" ], "description": "Help for triage on bugzilla", - "author": "Mat\u011bj Cepl (http://matej.ceplovi.cz)" + "author": "Matej Cepl (http://matej.ceplovi.cz)" } |