Changeset 2597800
- Timestamp:
- 09/13/2021 07:13:14 AM (4 years ago)
- Location:
- alidani-contact-form/tags/1.4
- Files:
-
- 1 added
- 1 edited
-
assets/js/alidanijquery.js (added)
-
wp-alidani-contact-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alidani-contact-form/tags/1.4/wp-alidani-contact-form.php
r2573804 r2597800 33 33 34 34 // Scripts 35 wp_enqueue_script(' jquery');35 wp_enqueue_script('alidanijquery.js',ALIDANI_CONTACT_FORM_URL.'/assets/js/alidanijquery.js',array('jquery'),'',true); 36 36 wp_enqueue_script('bootstrap.min.js',ALIDANI_CONTACT_FORM_URL.'/assets/js/bootstrap.min.js',array('jquery'),'',true); 37 37 wp_enqueue_script('datatable.min.js',ALIDANI_CONTACT_FORM_URL.'/assets/js/jquery.dataTables.min.js',array('jquery'),'',true);
Note: See TracChangeset
for help on using the changeset viewer.