Change-Request/Suggestion to EXIF-GPS
romanf
Joined: 2013-09-22
Posts: 1 |
![]() |
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 |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
actually if you remove the "http:" altogether the browser will use which ever protocol is currently being used. also the default script type is javascript so that is unnecessary as well. happy coding -s |
|