Skip to content
Snippets Groups Projects
Commit 0c39f4d5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #4517 from scrobbleme/increase_flash_timout

Increased flash timeout to 15 seconds
parents 72692810 13dc1a89
No related branches found
No related tags found
1 merge request!72865 3 stable
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