Development
This commit is contained in:
parent
daa1b2a56f
commit
7a76f8ec13
1 changed files with 1 additions and 1 deletions
|
|
@ -2664,7 +2664,7 @@ function startApplyPoller(uuid, bar, mine) {
|
||||||
: 'Fix will be applied ' + timingPhrase(nextIn) + '.';
|
: 'Fix will be applied ' + timingPhrase(nextIn) + '.';
|
||||||
},
|
},
|
||||||
onRunning: function() { el.textContent = 'Fix is being applied now...'; },
|
onRunning: function() { el.textContent = 'Fix is being applied now...'; },
|
||||||
onComplete: function() { el.textContent = 'Fix has been applied.'; }
|
onComplete: function() { el.textContent = 'Fix has been applied.'; setTimeout(function() { window.location.reload(); }, 2500); }
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue