mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
Don't reload the app after sending messages
(imported from commit 0985a3e7d13b1be00ae0b190914aeb3647ba196a)
This commit is contained in:
@@ -35,7 +35,6 @@ $(function () {
|
||||
send_status.hide();
|
||||
compose.hide();
|
||||
buttons.removeAttr('disabled');
|
||||
start_reload_app();
|
||||
},
|
||||
error: function (xhr, error_type) {
|
||||
if (error_type !== 'timeout' && get_updates_params.reload_pending) {
|
||||
|
||||
Reference in New Issue
Block a user