DMXzone Google Maps Support Product Page
Solved
script tags missing
Reported 19 Jul 2011 22:03:33
1
has this problem
19 Jul 2011 22:03:33 Denis Hoffmann posted:
Hey there,when I ad the extension the extension does not set the script tags. it sets link tags
<link rel="stylesheet" type="text/css" href="http://maps.google.com/maps/api/js?sensor=false" /> <script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script> <script type="text/javascript" src="ScriptLibrary/jquery.gmap.min.js"></script>
how to fix that?
Cheers
Denis
Replies
Replied 25 Jul 2011 08:28:19
25 Jul 2011 08:28:19 Teodor Kuduschiev replied:
Hello Denis,
Seems like you have an old dmx update component installed, please reinstall the extension clicking "yes to all" when asked.
Also - in order to make this page to work please change:
<link rel="stylesheet" type="text/css" href="maps.google.com/maps/api/js?sensor=false" />
to
<script type="text/javascript" href="maps.google.com/maps/api/js?sensor=false"></script>
Seems like you have an old dmx update component installed, please reinstall the extension clicking "yes to all" when asked.
Also - in order to make this page to work please change:
<link rel="stylesheet" type="text/css" href="maps.google.com/maps/api/js?sensor=false" />
to
<script type="text/javascript" href="maps.google.com/maps/api/js?sensor=false"></script>