diff options
author | Byron Jones <glob@mozilla.com> | 2014-03-26 16:53:26 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-03-26 16:53:26 +0800 |
commit | fd518e1e24aa4b1164634ef5c432621f2c6bbb64 (patch) | |
tree | ae178f2554f751df6d84f78ff54523122ea08159 /js | |
parent | bd12f03e6cf6925b582db87203c51b50217413af (diff) | |
download | bugs-fd518e1e24aa4b1164634ef5c432621f2c6bbb64.tar bugs-fd518e1e24aa4b1164634ef5c432621f2c6bbb64.tar.gz bugs-fd518e1e24aa4b1164634ef5c432621f2c6bbb64.tar.bz2 bugs-fd518e1e24aa4b1164634ef5c432621f2c6bbb64.tar.xz bugs-fd518e1e24aa4b1164634ef5c432621f2c6bbb64.zip |
remove tabs added by bug 984999
Diffstat (limited to 'js')
-rw-r--r-- | js/bug.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +} |