aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r--lib/libbugzilla.js2
1 files changed, 1 insertions, 1 deletions
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 {