Don't hide the New Message button when you click on it.

It's not part of the original WaseemUI scheme, and it doesn't ever
reappear.

(imported from commit 3417fae31fc8d1b87d0d8b463548c24f5c2d260c)
This commit is contained in:
Jessica McKellar 2012-09-11 15:30:19 -04:00
parent f52ec24926
commit 49af4ec000
1 changed files with 0 additions and 1 deletions

View File

@ -540,6 +540,5 @@ $(function () {
update_autocomplete();
$('.button-slide').click(function () {
$('.zephyr_compose').slideToggle('fast');
$('.button-slide').hide();
});
});