----------------------------------------
* CRM-13165: hrjob: Re-save produces blocking error, "X is not a valid amount"
http://issues.civicrm.org/jira/browse/CRM-13165
{* Initialize jQuery validate *}
{* Extra params and functions may be added to the CRM.validate object before this template is loaded *}
+{if !$crm_form_validate_included}
+{assign var=crm_form_validate_included value=1}
+
{literal}
<script type="text/javascript" >
cj(function($) {
{/if}
});
</script>
+{/if}