From 67ec4482f2e7e5460bae922455255b014df277f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=98=D0=BB=D1=8C=D1=8F?= Date: Tue, 30 Oct 2018 09:19:52 +0300 Subject: [PATCH] Added intlTelInput-jquery.min.js --- src/PhoneInputAsset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PhoneInputAsset.php b/src/PhoneInputAsset.php index 361a485..a0cfdca 100644 --- a/src/PhoneInputAsset.php +++ b/src/PhoneInputAsset.php @@ -18,6 +18,7 @@ class PhoneInputAsset extends AssetBundle public $js = [ 'build/js/utils.js', 'build/js/intlTelInput.min.js', + 'build/js/intlTelInput-jquery.min.js', ]; /** @var array */ public $depends = ['yii\web\JqueryAsset'];