Remove selectWoo as script dependency since allow to disable selectWoo
This commit is contained in:
parent
63c2bdafd2
commit
9f01e546fb
|
@ -247,7 +247,7 @@ class WC_Frontend_Scripts {
|
|||
),
|
||||
'wc-country-select' => array(
|
||||
'src' => self::get_asset_url( 'assets/js/frontend/country-select' . $suffix . '.js' ),
|
||||
'deps' => array( 'jquery', 'selectWoo' ),
|
||||
'deps' => array( 'jquery' ),
|
||||
'version' => WC_VERSION,
|
||||
),
|
||||
'wc-credit-card-form' => array(
|
||||
|
|
Loading…
Reference in New Issue