diff --git a/js/auto-reload.js b/js/auto-reload.js index 36ba9e92..b9bcc9c8 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -220,7 +220,7 @@ $(document).ready(function(){ return false; }; - $(post).on('submit', function(e){ + $(document).on('ajax_after_post', function(e){ poll_current_time = poll_interval_mindelay; });