prevent error dialog from clearing on closing
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 15s
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 15s
This commit is contained in:
@@ -6,6 +6,11 @@ window.addEventListener("DOMContentLoaded", init);
|
||||
async function init () {
|
||||
await deleteAllCookies();
|
||||
setAppearance();
|
||||
|
||||
for (let i = 0; i < 20; i++) {
|
||||
error(i)
|
||||
}
|
||||
|
||||
const formSubmitButton = document.querySelector("#submit");
|
||||
formSubmitButton.addEventListener("click", async (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user