Remove selectWoo as script dependency since allow to disable selectWoo

This commit is contained in:
Claudio Sanches 2019-10-16 16:26:47 -03:00
parent 63c2bdafd2
commit 9f01e546fb
1 changed files with 1 additions and 1 deletions

View File

@ -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(