Fix page reloading for logged in users

This commit is contained in:
Jay Trees 2022-01-18 10:58:25 +01:00
parent a08ee70cdb
commit e35a9ccc40

View file

@ -5,6 +5,10 @@ $(function() {
var value = 0;
var total = retryIn * 1000;
if (!$('.ui.progress').length) {
return;
}
$('#retryIn').html(retryIn);
setTimeout(function step() {