Skip to content

Commit 234dd43

Browse files
author
Berges Yannick
authored
Update default.php
remove v3 api force
1 parent 1dfa07b commit 234dd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div id="mod_fleximap_default<?php echo $module->id;?>" class="mod_fleximap map<?php echo $moduleclass_sfx ?>" style="width:<?php echo $width; ?>;height:<?php echo $height; ?>;padding-bottom: <?php echo $ratiomap; ?>;">
9090
<div id="map" style="position: absolute;width:<?php echo $width; ?>;height:<?php echo $height; ?>;"></div>
9191

92-
<script type="text/javascript" src="//maps.google.com/maps/api/js<?php if ($apikey) echo '?key='.$apikey; ?>?v=3"></script>
92+
<script type="text/javascript" src="//maps.google.com/maps/api/js<?php if ($apikey) echo '?key='.$apikey; ?>"></script>
9393
<script type="text/javascript" src="modules/mod_flexigooglemap/assets/js/markerclusterer.js"></script>
9494
<script type="text/javascript">
9595

0 commit comments

Comments
 (0)