aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2009-12-18 11:33:46 +0100
committerMatěj Cepl <mcepl@redhat.com>2009-12-18 11:33:46 +0100
commita4014491e407f2b8081b1fe2d313d050be375d59 (patch)
tree556cbb88af7bfd8274a90950cdd746864486eef0
parentfdce5496672425c70a305d240fc989ca84276ea0 (diff)
downloadbugzilla-triage-a4014491e407f2b8081b1fe2d313d050be375d59.tar.gz
Missing closing brace.
-rw-r--r--bugzillaBugTriage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 9bbe4e5..df59ad6 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -1390,6 +1390,7 @@ function BzPage(doc) {
if (result) {
this.password = password.value;
myConfig.BZpassword = this.password;
+ }
}
var bugNoTitle = $("#title > p:first", this.doc).text().trim();