Changeset 2874062
- Timestamp:
- 03/03/2023 05:05:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
country-code-selector/trunk/public/class-country-code-selector-public.php
r2783738 r2874062 147 147 utilsScript: "<?php echo esc_url( plugin_dir_url( __FILE__ ) .'js/wc-utils.js' );?>", 148 148 }); 149 150 jQuery('#place_order').click(function(){ 151 jQuery('[name=billing_phone][type=hidden]').val(jQuery('#billing_phone').val()); 152 }); 149 153 } 150 154 </script>
Note: See TracChangeset
for help on using the changeset viewer.