Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsetyono committed Oct 28, 2017
1 parent 0870916 commit cdab685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ var startCheckout = {
var $state = $(this);
var $wrapper = $state.closest('.woocommerce-billing-fields, .woocommerce-shipping-fields');
var $cityField = $wrapper.find('[id*="_city_field"]');
var $country = $wrapper.find('.country_select');

// only run if Country is Indonesia
if($country.val() === 'ID') {
Expand Down

0 comments on commit cdab685

Please sign in to comment.