mirror of https://github.com/zulip/zulip.git
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:
parent
f52ec24926
commit
49af4ec000
|
@ -540,6 +540,5 @@ $(function () {
|
|||
update_autocomplete();
|
||||
$('.button-slide').click(function () {
|
||||
$('.zephyr_compose').slideToggle('fast');
|
||||
$('.button-slide').hide();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue