From 563bfab9afed717422e1db848180c6dde706a907 Mon Sep 17 00:00:00 2001 From: Borales Date: Sun, 6 Oct 2019 19:45:40 +0200 Subject: [PATCH] FIxing JS asset file --- src/PhoneInputAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhoneInputAsset.php b/src/PhoneInputAsset.php index 361a485..3e91314 100644 --- a/src/PhoneInputAsset.php +++ b/src/PhoneInputAsset.php @@ -17,7 +17,7 @@ class PhoneInputAsset extends AssetBundle /** @var array */ public $js = [ 'build/js/utils.js', - 'build/js/intlTelInput.min.js', + 'build/js/intlTelInput-jquery.js', ]; /** @var array */ public $depends = ['yii\web\JqueryAsset'];