Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit 582406e

Browse files
author
regisf
committed
Change this scope
1 parent e023cbe commit 582406e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

assets/js/app.js

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/coffee/contact.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ContactMessage
6363
formData = new FormData(document.getElementById("contactform"))
6464

6565
# Display a wheel
66-
$("#form-container").slideUp 'fast', () =>
66+
$("#form-container").slideUp 'fast', () ->
6767
$("#wheel-container").removeClass 'uk-hidden'
6868
@addClass 'uk-hidden'
6969

0 commit comments

Comments
 (0)