From 5ebc38f0512826feb1688d1ede91875da604cbd5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 28 Feb 2018 11:43:45 -0500 Subject: [PATCH] Update more for jquery call need jQuery in this scope also. --- 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 16f78c4..936daac 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -494,7 +494,7 @@ var app = { console.log( formHtml ); return formHtml; } else { - $(target).html( formHtml ); + jQuery(target).html( formHtml ); } }); } else { -- 2.17.1