From db707d5ff00d7d8021aa6d53d18544d097be444f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 14 Feb 2017 13:52:10 +0200 Subject: [PATCH] main --- frontend/views/layouts/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 46d9e12..3013258 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -58,7 +58,7 @@ $this->registerJs (" // AssetBundle jcarousel :D // jquery-migrate -$this->registerJsFile('http://code.jquery.com/jquery-migrate-1.3.0.js',[ +$this->registerJsFile('https://code.jquery.com/jquery-migrate-1.3.0.js',[ 'position' => View::POS_END, 'depends' => ['yii\web\JqueryAsset'] ]); @@ -515,4 +515,4 @@ $this->registerJs(" -endPage () ?> \ No newline at end of file +endPage () ?> -- libgit2 0.21.4