Skip to content
Snippets Groups Projects

Increased flash timeout to 15 seconds

Merged gitlab-qa-bot requested to merge github/fork/scrobbleme/increase_flash_timout into 5-3-stable
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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