mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +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();
|
send_status.hide();
|
||||||
compose.hide();
|
compose.hide();
|
||||||
buttons.removeAttr('disabled');
|
buttons.removeAttr('disabled');
|
||||||
start_reload_app();
|
|
||||||
},
|
},
|
||||||
error: function (xhr, error_type) {
|
error: function (xhr, error_type) {
|
||||||
if (error_type !== 'timeout' && get_updates_params.reload_pending) {
|
if (error_type !== 'timeout' && get_updates_params.reload_pending) {
|
||||||
|
|||||||
Reference in New Issue
Block a user