summaryrefslogtreecommitdiffstats
path: root/js/bug.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/bug.js')
-rw-r--r--js/bug.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bug.js b/js/bug.js
index d6c25a0d8..fe2e1f53b 100644
--- a/js/bug.js
+++ b/js/bug.js
@@ -127,7 +127,7 @@ function set_assign_to(use_qa_contact) {
var assigned_to = form.assigned_to.value;
if (use_qa_contact) {
- var qa_contact = form.qa_contact.value;
+ var qa_contact = form.qa_contact.value;
}
var index = -1;
@@ -188,4 +188,4 @@ function set_assign_to(use_qa_contact) {
}
}
}
-} \ No newline at end of file
+}