From f83c094a5d4a6f1a5d1c35edb1ae89b8d4defb8a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 1 Feb 2014 13:22:04 -0800 Subject: Fixing typo in growth.js --- web/scripts/growth.js | 1 - 1 file changed, 1 deletion(-) 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"; }); -- cgit v1.2.3