make the domain check more verbose and allow to debug it better

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-20 14:02:04 +02:00
parent be7d57cf9f
commit 3bf0a769c7
2 changed files with 12 additions and 8 deletions

View file

@ -12,7 +12,7 @@
}
lastError = toast
body.prepend(toast)
setTimeout(toast.remove.bind(toast), 7000)
setTimeout(toast.remove.bind(toast), 10000)
}
function handleEvent(e) {