diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index d359e3c7a81..4ecb8f78477 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8589 \ No newline at end of file +8590 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/js/attachment.js b/mozilla/webtools/bugzilla/js/attachment.js index 0c1560de084..d9bdabc4eaa 100644 --- a/mozilla/webtools/bugzilla/js/attachment.js +++ b/mozilla/webtools/bugzilla/js/attachment.js @@ -24,13 +24,12 @@ function updateCommentPrivacy(checkbox) { } } -function setContentTypeDisabledState(form) -{ +function setContentTypeDisabledState(form) { var isdisabled = false; if (form.ispatch.checked) isdisabled = true; - for (var i=0 ; i