summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/scripts/growth.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/scripts/growth.js b/web/scripts/growth.js
index 8e56afd..1cace7d 100644
--- a/web/scripts/growth.js
+++ b/web/scripts/growth.js
@@ -275,7 +275,6 @@ function submitClassForm()
type: "POST",
url: "http://www.myfoursquarechurch.com/grow-classes/#response",
data: $("#classform").serialize(),
- dataType: html,
}).always(function() {
location.href="/account/training/introduction";
});