henrichen / zkgmapsz

Automatically exported from code.google.com/p/zkgmapsz
0 stars 0 forks source link

Javascript Error: GUnload is not defined #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Javascript Error "GUnload is not defined" occurs in IE, Firefox

<zk xmlns:h="http://www.w3.org/1999/xhtml">
    <div id="contactDetailsWin" align="center">
        <gmaps id="resAddressMap" lat="-36.9160621" lng="174.654"
            height="300px" showSmallCtrl="true" showTypeCtrl="true"
            showZoomCtrl="true">
            <gmarker id="resAddressMark" lat="-36.9160621"
                lng="174.654" />
        </gmaps>
        <gmaps id="postalAddressMap" lat="-36.9160621" lng="174.654"
            height="300px" showSmallCtrl="true" showTypeCtrl="true"
            showZoomCtrl="true">
            <gmarker id="postalAddressMark" lat="-36.9160621"
                lng="174.654" />
        </gmaps>
    </div>
</zk>

Original issue reported on code.google.com by vincentj...@potix.com on 13 Sep 2011 at 1:26

GoogleCodeExporter commented 9 years ago
Fixed since 2011-09-12

Original comment by benbai...@gmail.com on 23 Sep 2011 at 4:51