summaryrefslogtreecommitdiff
path: root/web
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
commitf83c094a5d4a6f1a5d1c35edb1ae89b8d4defb8a (patch)
tree7960d54c95d70032f803dc8b99ef464cbf293461 /web
parent0315388da40d6a77a2fa19526116f9e3979f8d68 (diff)
Fixing typo in growth.js
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";
});