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

Commit 8c4bc9c

Browse files
author
regisf
committed
Make contact form visible after action
1 parent 582406e commit 8c4bc9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
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
@@ -77,7 +77,7 @@ class ContactMessage
7777
# Restore form
7878
jqxhr.always (data) ->
7979
$("#wheel-container").addClass 'uk-hidden'
80-
$("#form-container").removeClass 'uk-hidden'
80+
$("#form-container").show()
8181

8282
jqxhr.done (data) ->
8383
if not data.match /^error/

0 commit comments

Comments
 (0)