mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
Merge pull request #566 from nextcloud/enh/543/increase-timeout
increase forms error timeout
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
lastError = toast
|
||||
body.prepend(toast)
|
||||
setTimeout(toast.remove.bind(toast), 3000)
|
||||
setTimeout(toast.remove.bind(toast), 7000)
|
||||
}
|
||||
|
||||
function handleEvent(e) {
|
||||
|
||||
Reference in New Issue
Block a user