]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1223495 - String handling bug in form.creative on BMO
authorDavid Lawrence <dkl@mozilla.com>
Tue, 10 Nov 2015 21:41:59 +0000 (21:41 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 10 Nov 2015 21:41:59 +0000 (21:41 +0000)
extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl

index 17ce19ccf3eb5fc3b63711272021a00ef5ccfd1f..88e744abec335d77c8a9eeefb40c6be54a06c42d 100644 (file)
@@ -78,8 +78,7 @@ function validateAndSubmit() {
 
   document.getElementById('cc').value = document.getElementById('poc').value;
   if (document.getElementById('collective').checked) {
-    document.getElementById('cc').value = document.getElementById('cc').value
-      + 'smartell@mozilla.com, enoonan@mozilla.com';
+    document.getElementById('cc').value = document.getElementById('cc').value + ', smartell@mozilla.com, enoonan@mozilla.com';
     document.getElementById('status_whiteboard').value = 'Creative Collective Project';
   } else {
     document.getElementById('status_whiteboard').value = '';