Added selectWoo as dependency of country-select.
This commit is contained in:
parent
b600b00091
commit
d1236021bb
|
@ -247,7 +247,7 @@ class WC_Frontend_Scripts {
|
||||||
),
|
),
|
||||||
'wc-country-select' => array(
|
'wc-country-select' => array(
|
||||||
'src' => self::get_asset_url( 'assets/js/frontend/country-select' . $suffix . '.js' ),
|
'src' => self::get_asset_url( 'assets/js/frontend/country-select' . $suffix . '.js' ),
|
||||||
'deps' => array( 'jquery' ),
|
'deps' => array( 'jquery', 'selectWoo' ),
|
||||||
'version' => WC_VERSION,
|
'version' => WC_VERSION,
|
||||||
),
|
),
|
||||||
'wc-credit-card-form' => array(
|
'wc-credit-card-form' => array(
|
||||||
|
|
Loading…
Reference in New Issue