Skip to content
Snippets Groups Projects

5 3 stable

Closed gitlab-qa-bot requested to merge 5-3-stable into master
5 files
+ 86
42
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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