From 71824a40eedbbbd6171f719f1df2461340e05b09 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 15 Jul 2010 00:00:44 -0400 Subject: Tweak the regular expression to support linkifying attachment flags in Bugzilla 3.6 again --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index bc5d503..335c393 100644 --- a/lib/main.js +++ b/lib/main.js @@ -708,7 +708,7 @@ AttachmentFlagHandlerCtor.prototype = { _reParseInterestingFlag: /^(.+):\s+(.+)(([\-\+])|\?(\s+(\((.+)\)))?)$/, _reLinkifyInterestingFlag: /^(.+:\s+)(.+[\-\+\?])(\s+\(.+\))?$/, _reAttachmentHref: /attachment\.cgi\?id=(\d+)$/i, - _reAttachmentFlagName: /^Attachment\s+#(\d+)\s+Flag$/i + _reAttachmentFlagName: /^Attachment\s+#(\d+)\s+Flags$/i }; function CheckinCommentCtor() { -- cgit