]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
remove tabs added by bug 984999
authorByron Jones <glob@mozilla.com>
Wed, 26 Mar 2014 08:53:26 +0000 (16:53 +0800)
committerByron Jones <glob@mozilla.com>
Wed, 26 Mar 2014 08:53:26 +0000 (16:53 +0800)
js/bug.js

index d6c25a0d8f88ed770cd2a104b3c9d41d918f685f..fe2e1f53b44c2101d336279c53b509cc2fa73f70 100644 (file)
--- 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
+}