Reset auto-reload.js countdown after post

This commit is contained in:
discomrade 2022-02-25 02:03:52 -01:00 committed by -
parent 0e332ca2fa
commit 15d85a4254

View File

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