page: remove invalid attributes, closing tags, useless trailing slashes

This commit is contained in:
dumbmoron
2024-01-13 00:20:36 +00:00
parent b0996b85fb
commit 6f5bb80b3a
2 changed files with 19 additions and 13 deletions

View File

@@ -614,6 +614,11 @@ window.onload = () => {
window.history.replaceState(null, '', window.location.pathname);
notificationCheck();
// fix for animations not working in Safari
if (isIOS) {
document.addEventListener('touchstart', () => {}, true);
}
}
eid("url-input-area").addEventListener("keydown", (e) => {
button();