Clear compose error messages on New Message or message type tab toggle.

Also highlight a useful input box on tab toggle.

(imported from commit e046cd077039b42069e866267038b92536a05e1b)
This commit is contained in:
Jessica McKellar
2012-10-10 16:57:02 -04:00
parent dce84c401e
commit c4dd4ea06f
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
var status_classes = 'alert-error alert-success alert-info';
function show_compose(tabname, focus_area) {
$("#send-status").removeClass(status_classes).hide();
$('#compose').css({visibility: "visible"});
$('.message_comp').slideDown(100);
$('#message-type-tabs a[href="#' + tabname + '-message"]').tab('show');