From b6e4ec64e4d5e4657bbb4e70e5ae19fa6d869a70 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 7 Sep 2011 16:59:08 +0200 Subject: Make skipping unimportant pages work again. Skript generating RE was putting too many \/ into it. New release. Fixes #115. --- lib/libbugzilla.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libbugzilla.js') diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index c2c0828..53363a4 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -426,7 +426,7 @@ function processConfigJSON(rawJSON) { config.configData.skipMatchStr = origConstData.matches. map(function(x) { return x.replace("show_bug.cgi\\?id=.*", - "\\/(process_bug|post_bug|attachment).cgi$"); + "(process_bug|post_bug|attachment).cgi$"); }); } else { -- cgit