Commit b4710a353b1c6671297a18467766844badfe762f
1 parent
71fad5fb
change google maps
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -24,7 +24,7 @@ $settings = Settings::getInstance(); |
24 | 24 | |
25 | 25 | $module=\Yii::$app->getModule('contact'); |
26 | 26 | $moduleRequest=\Yii::$app->getModule('request_1'); |
27 | -$this->registerJsFile("http://maps.googleapis.com/maps/api/js?key=AIzaSyAjU8jILwgEYv54Hrnfq_LltH1Z4W2b2uY=initMap", | |
27 | +$this->registerJsFile("http://maps.googleapis.com/maps/api/js?key=AIzaSyAjU8jILwgEYv54Hrnfq_LltH1Z4W2b2uY&callback=initMap", | |
28 | 28 | [ |
29 | 29 | 'depends' => ["\\frontend\assets\AppAsset"] |
30 | 30 | ]); | ... | ... |