Change-Request/Suggestion to EXIF-GPS

romanf

Joined: 2013-09-22
Posts: 1
Posted: Sun, 2013-09-22 12:43

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

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2013-09-22 15:05

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