summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-01 13:22:04 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-01 13:22:04 -0800
commitf26b3cc31b61f2170a0821383a9a74db7f05095d (patch)
tree4553fa0534299f0e84ae9a49d0182baad790757b
parent2131078bd77ecc564ae13f048937feeaee63781d (diff)
Fixing typo in growth.js
-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";
});