Closed tessguefen closed 8 years ago
Previous code on scripts.js in under jsOCST:
if( $select.val() === default_country){
Replace with
if( $select.val() === default_country || !$select.val()){
When there is only 1 country offered, there is no select value.
Previous code on scripts.js in under jsOCST:
if( $select.val() === default_country){
Replace with
if( $select.val() === default_country || !$select.val()){
When there is only 1 country offered, there is no select value.