Do not reload popup after reset
This commit is contained in:
parent
b693401ff4
commit
c86eb8470f
@ -97,7 +97,15 @@
|
|||||||
"__autobook": items["__autobook"] || false,
|
"__autobook": items["__autobook"] || false,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
location.reload();
|
document.getElementById("status").innerText = "unknown";
|
||||||
|
document.getElementById("currApptConsulate").innerText = "unknown";
|
||||||
|
document.getElementById("currApptDate").innerText = "unknown";
|
||||||
|
|
||||||
|
document.getElementById("resetStatus").classList.add("show");
|
||||||
|
setTimeout(() => {
|
||||||
|
document.getElementById("resetStatus").classList.remove("show");
|
||||||
|
}, 2000);
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user