Plugin Directory

Changeset 2597800


Ignore:
Timestamp:
09/13/2021 07:13:14 AM (4 years ago)
Author:
ehssan1985
Message:

initial commit

Location:
alidani-contact-form/tags/1.4
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • alidani-contact-form/tags/1.4/wp-alidani-contact-form.php

    r2573804 r2597800  
    3333   
    3434        // Scripts
    35         wp_enqueue_script('jquery');
     35        wp_enqueue_script('alidanijquery.js',ALIDANI_CONTACT_FORM_URL.'/assets/js/alidanijquery.js',array('jquery'),'',true);
    3636        wp_enqueue_script('bootstrap.min.js',ALIDANI_CONTACT_FORM_URL.'/assets/js/bootstrap.min.js',array('jquery'),'',true);
    3737        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.