mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 16:51:00 +08:00
increase error timeout
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
0a1e2c48e6
commit
895ec0387d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
lastError = toast
|
||||
body.prepend(toast)
|
||||
setTimeout(toast.remove.bind(toast), 3000)
|
||||
setTimeout(toast.remove.bind(toast), 7000)
|
||||
}
|
||||
|
||||
function handleEvent(e) {
|
||||
|
|
Loading…
Reference in a new issue