Update code for jquery call.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 28 Feb 2018 16:38:48 +0000 (11:38 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 28 Feb 2018 16:38:48 +0000 (11:38 -0500)
Use jQuery in this scope and not $

views/front/registrations/registration.html

index 968ecb0..16f78c4 100644 (file)
@@ -481,7 +481,7 @@ var app = {
                 'parentFormId': '',
                 'formData': false
             };
-            $.ajax({
+            jQuery.ajax({
                 cache: false,
                 type: 'POST',
                 url: ajaxUrl,