Development

This commit is contained in:
Matthew Grotke 2026-05-26 02:43:29 -04:00
parent daa1b2a56f
commit 7a76f8ec13

View file

@ -2664,7 +2664,7 @@ function startApplyPoller(uuid, bar, mine) {
: 'Fix will be applied ' + timingPhrase(nextIn) + '.';
},
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); }
});
});
})();