Changeset 2214191
- Timestamp:
- 12/18/2019 10:24:52 AM (6 years ago)
- File:
-
- 1 edited
-
growth-eye/trunk/Growtheye/Base/GECRM_Enqueue.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
growth-eye/trunk/Growtheye/Base/GECRM_Enqueue.php
r2205801 r2214191 29 29 wp_enqueue_style('ge_form_css',$this->plugin_url.'assets/css/form.css' ); 30 30 wp_enqueue_script('growtheye_jquery_js',$this->plugin_url.'assets/js/jquery.js',array(),true,true); 31 wp_enqueue_script('growtheye_form_validation',$this->plugin_url.'assets/js/parsely.js' );31 wp_enqueue_script('growtheye_form_validation',$this->plugin_url.'assets/js/parsely.js',array(),true,true ); 32 32 wp_enqueue_script('growtheye_form_js',$this->plugin_url.'assets/js/form.js',array(),true,true); 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.