mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added success/failure banner and fixed instance status
This commit is contained in:
@@ -97,7 +97,7 @@ function hidePopup() {
|
||||
window.setTimeout(() => {
|
||||
document.getElementById("grayout").classList.add("hide");
|
||||
document.getElementById("popup").classList.add("hide");
|
||||
}, 200);
|
||||
}, 250);
|
||||
}
|
||||
|
||||
function setPopupLoadingProgress(message, percent) {
|
||||
|
||||
Reference in New Issue
Block a user