Merge pull request #3223 from lcdservices/CRM-14672
[civicrm-core.git] / templates / CRM / common / highLightImport.tpl
index 3aefdcd56de1b6b6715e00a5f605b9d936f42133..5aebfb5e1c122208287072734849f617e4bbadf2 100644 (file)
@@ -25,7 +25,7 @@
 *}
 {* Highlight the required field during import (included within a <script>)*}
 {literal}
-cj(function($) {
+CRM.$(function($) {
   var highlightedFields = ["{/literal}{'","'|implode:$highlightedFields}{literal}"];
   $.each(highlightedFields, function() {
     $('select[id^="mapper"][id$="_0"] option[value='+ this + ']').append(' *').css({"color":"#FF0000"});