From d1236021bb873066c4526a9295db5175221c23ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A0=20Mestieri?= Date: Wed, 7 Aug 2019 11:08:10 +0200 Subject: [PATCH] Added selectWoo as dependency of country-select. --- includes/class-wc-frontend-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-frontend-scripts.php b/includes/class-wc-frontend-scripts.php index 85a3d9fa95c..540f90939f1 100644 --- a/includes/class-wc-frontend-scripts.php +++ b/includes/class-wc-frontend-scripts.php @@ -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' ), + 'deps' => array( 'jquery', 'selectWoo' ), 'version' => WC_VERSION, ), 'wc-credit-card-form' => array(