Skip to content
Snippets Groups Projects
Commit 13dc1a89 authored by Adrian Mörchen's avatar Adrian Mörchen
Browse files

Increased flash timeout to 15 seconds

parent e1c473c1
No related branches found
No related tags found
2 merge requests!72865 3 stable,!4517Increased flash timeout to 15 seconds
Loading
Loading
@@ -86,7 +86,7 @@ $ ->
if (flash = $(".flash-container")).length > 0
flash.click -> $(@).fadeOut()
flash.show()
setTimeout (-> flash.fadeOut()), 3000
setTimeout (-> flash.fadeOut()), 15000
 
# Disable form buttons while a form is submitting
$('body').on 'ajax:complete, ajax:beforeSend, submit', 'form', (e) ->
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment