From cef5dd1b15a1b21fa89e5e87708dee14f9596037 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 28 Feb 2018 11:38:48 -0500 Subject: [PATCH] Update code for jquery call. Use jQuery in this scope and not $ --- views/front/registrations/registration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 968ecb0..16f78c4 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -481,7 +481,7 @@ var app = { 'parentFormId': '', 'formData': false }; - $.ajax({ + jQuery.ajax({ cache: false, type: 'POST', url: ajaxUrl, -- 2.17.1