Don't reload the app after sending messages

(imported from commit 0985a3e7d13b1be00ae0b190914aeb3647ba196a)
This commit is contained in:
Zev Benjamin
2012-10-19 18:25:19 -04:00
parent e434fa141e
commit 33c40bd9ba

View File

@@ -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) {