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