mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
Merge pull request #566 from nextcloud/enh/543/increase-timeout
increase forms error timeout
This commit is contained in:
commit
be9a5f01ea
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