Browse Source

Reset auto-reload.js countdown after post

main
discomrade 2 years ago
committed by -
parent
commit
15d85a4254
  1. 2
      js/auto-reload.js

2
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;
});

Loading…
Cancel
Save