document.getElementById('reset').style.display = "none";
$("#description").prop('required',false);
});
-
+ $('#comment-edit-tab')
+ .click(function() {
+ $('#comment-preview-tab').css("background-color", "#fff");
+ $(this).css("background-color", "#eee");
+ });
+ $('#comment-preview-tab')
+ .click(function() {
+ $('#comment-edit-tab').css("background-color", "#fff");
+ $(this).css("background-color", "#eee");
+ });
+ $('#comment-edit-tab').click();
});
editable = 1
%]
[% END %]
- [% WRAPPER bug_modal/module.html.tmpl title = "Labels" %]
+ [% WRAPPER bug_modal/module.html.tmpl title = "Tracking" %]
[%# keywords %]
[% INCLUDE bug_modal/field.html.tmpl
field = bug_fields.keywords