Commit 8a125ee3 by Kunto

test

1 parent afeb03c9
......@@ -10,6 +10,7 @@ document.addEventListener("DOMContentLoaded", function () {
}
}, 5000);
// test
setTimeout(() => {
document.getElementById("dismiss-toast").classList.add("show-toast");
}, 1000);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!