diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 28b270f..7e49d89 100644 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -34,6 +34,8 @@ 'js/photoswipe.min.js', 'js/photoswipe-ui-default.min.js', 'js/script.js', + '//maps.googleapis.com/maps/api/js?key=AIzaSyCoR1Jb-mIFUjPwKiuSlmtYBEwnJOBnAgg&callback=initMap', + 'js/gmaps.init.js', ]; public $depends = [ 'yii\web\YiiAsset', diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index dfda467..11b74d5 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -520,8 +520,6 @@ $this->title = 'My Yii Application'; - -
\ No newline at end of file -- libgit2 0.21.4