diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
index a3e5e23d337de8baf15d894a1c51a4005a88c172..b10e7eadd909062dcd281d404facfa985ca35ae4 100644
--- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
+++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php
@@ -1,6 +1,9 @@
-
 <script type="text/javascript">
 (function(){
+
+	if (!$) {
+		var $ = WDN.jQuery;
+	}
 	
 	function updateL () {
 		var city = $("input[name=form_data_profile_city]").val(), state = $("select[name=form_data_profile_state]").val(), country = $("select[name=form_data_profile_country]").val();