Fix page reloading for logged in users
This commit is contained in:
parent
a08ee70cdb
commit
e35a9ccc40
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ $(function() {
|
||||||
var value = 0;
|
var value = 0;
|
||||||
var total = retryIn * 1000;
|
var total = retryIn * 1000;
|
||||||
|
|
||||||
|
if (!$('.ui.progress').length) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$('#retryIn').html(retryIn);
|
$('#retryIn').html(retryIn);
|
||||||
|
|
||||||
setTimeout(function step() {
|
setTimeout(function step() {
|
||||||
|
|
Loading…
Reference in a new issue