Changeset 1364066
- Timestamp:
- 03/04/2016 01:11:47 PM (10 years ago)
- File:
-
- 1 edited
-
webcourier/trunk/webcourier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webcourier/trunk/webcourier.php
r1363562 r1364066 42 42 wp_enqueue_script('webcourier-angular-controller-pesquisa-add', plugins_url('/js/ControllerPesquisaAdd.js', __FILE__), '', '', false); 43 43 wp_enqueue_script('webcourier-angular-controller-pesquisa-list', plugins_url('/js/ControllerPesquisaList.js', __FILE__), '', '', false); 44 wp_enqueue_script('webcourier-wizard', plugins_url('/js/jquery.smartWizard.js', __FILE__), '', '', false);45 wp_enqueue_script('webcourier-wizard-page-add', plugins_url('/js/pesquisaAddWizard.js', __FILE__), '', '', false);44 // wp_enqueue_script('webcourier-wizard', plugins_url('/js/jquery.smartWizard.js', __FILE__), '', '', false); 45 // wp_enqueue_script('webcourier-wizard-page-add', plugins_url('/js/pesquisaAddWizard.js', __FILE__), '', '', false); 46 46 wp_enqueue_script('webcourier-pesquisa-add', plugins_url('/js/ajax.js', __FILE__), array('jquery'), '', false); 47 47 wp_localize_script('webcourier-angular-controller', 'edit_search', array( … … 49 49 )); 50 50 51 wp_enqueue_script('webcourier-config', plugins_url('/js/config _ajax.js', __FILE__), array('jquery'), '', false);51 wp_enqueue_script('webcourier-config', plugins_url('/js/config-ajax.js', __FILE__), array('jquery'), '', false); 52 52 53 53
Note: See TracChangeset
for help on using the changeset viewer.