From 33c40bd9baef5bfce2c9b4dc6a0e1a5b9e174935 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 19 Oct 2012 18:25:19 -0400 Subject: [PATCH] Don't reload the app after sending messages (imported from commit 0985a3e7d13b1be00ae0b190914aeb3647ba196a) --- zephyr/static/js/zephyr.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index ab1fee2f33..4643f09e5e 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -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) {