diff options
author | Dave Miller <justdave@mozilla.com> | 2014-02-27 09:39:37 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-27 09:39:37 +0100 |
commit | 684499b0d3c75cb498af82e6df4da84c10658e32 (patch) | |
tree | 7efc4226fc52bc3b51dc32e960f1a64994dca590 /template/en/default/bug/create | |
parent | 3776f86ebdfb6169a35c525ce6b8363eb0cabbe1 (diff) | |
download | bugzilla-684499b0d3c75cb498af82e6df4da84c10658e32.tar.gz bugzilla-684499b0d3c75cb498af82e6df4da84c10658e32.tar.xz |
Bug 893595: The pink colour of private comment will turn to white after refreshing the page
r/a=justdave
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d372c4d08..d57615da9 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -566,6 +566,9 @@ TUI_hide_default('attachment_text_field'); </label> </td> </tr> + <script> + updateCommentTagControl(document.getElementById('comment_is_private'), 'comment'); + </script> [% END %] [% IF Param("maxattachmentsize") || Param("maxlocalattachment") %] |