
Originally Posted by
DrByte
This is what I have from the latest release for the plugin for v1.5.1:
Code:
<script type="text/javascript" src="//www.google.com/jsapi"></script>
Doing it this way makes it work regardless of SSL or not.
I should have been clear in my previous post that I was using the 1.3.9 - 1.5.0 admin files in the latest download.. (My client is still running v1.5.0) There are three admin folders in the zip file. One for v1.3.9-1.50, another for v1.5.1, and a 3rd for v1.6..
line 20 from the v1.5.1 admin folder reads:
Code:
<script type="text/javascript" src="//www.google.com/jsapi"></script>
However, line 20 from the v1.3.9-1.5.0 admin folder reads (with my previous posted edit):
Code:
<script type="text/javascript" src="<?php echo (strstr(HTTP_SERVER, 'https:') ? 'https' : 'http'); ?>://www.google.com/jsapi"></script>
If I understand you correctly I should update the file to use the v1.5.1 version..