I suggest to change line 2 of views/exif_gps_dynamic_sidebar.html.php from
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
to
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
this solves some problems (mixed mode) in newer versions of Firefox (and possibly other browsers) when a gallery is completely accessed via HTTPS.
Kind regards
Roman
Posts: 8339
actually if you remove the "http:" altogether the browser will use which ever protocol is currently being used.
<script type="text/javascript" src="//www.google.com/jsapi"></script>
also the default script type is javascript so that is unnecessary as well.
<script src="//www.google.com/jsapi"></script>
happy coding
-s
________________________________
All New jQuery Minislideshow for G2/G3