From: Byron Jones Date: Wed, 26 Mar 2014 08:53:26 +0000 (+0800) Subject: remove tabs added by bug 984999 X-Git-Tag: bugzilla-4.5.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd518e1e24aa4b1164634ef5c432621f2c6bbb64;p=thirdparty%2Fbugzilla.git remove tabs added by bug 984999 --- diff --git a/js/bug.js b/js/bug.js index d6c25a0d8f..fe2e1f53b4 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 +}