diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 13:22:04 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 13:22:04 -0800 |
commit | f83c094a5d4a6f1a5d1c35edb1ae89b8d4defb8a (patch) | |
tree | 7960d54c95d70032f803dc8b99ef464cbf293461 | |
parent | 0315388da40d6a77a2fa19526116f9e3979f8d68 (diff) |
Fixing typo in growth.js
-rw-r--r-- | web/scripts/growth.js | 1 |
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"; }); |