Merge pull request #4087 from robinmitra/master
[civicrm-core.git] / templates / CRM / Financial / Form / Export.tpl
index 1368a541ad3479e17c8acea4116ca90b4500982d..03940dc20f079ac1586cd217083193d482b03d62 100644 (file)
 {literal}
 <script type="text/javascript">
   CRM.$(function($) {
-    cj('input[name="export_format"]').filter('[value=IIF]').prop('checked', true);
-    cj('#_qf_Export_next').click(function(){
-      cj(this).hide();
-      cj('#_qf_Export_cancel').val('{/literal}{ts}Done{/ts}{literal}');
+    $('input[name="export_format"]').filter('[value=IIF]').prop('checked', true);
+    $('#_qf_Export_next').click(function(){
+      $(this).hide();
+      $('#_qf_Export_cancel').val('{/literal}{ts}Done{/ts}{literal}');
     });
   });
 </script>