Use protocol-relative URL

This commit is contained in:
Matthias Gutjahr 2016-10-27 14:42:52 +02:00
parent c4bc654a8e
commit 47dbb50602
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?php
// Actual version of both plugins
@define('PLUGIN_EVENT_GEOTAG_VERSION', '1.33.2');
@define('PLUGIN_EVENT_GEOTAG_VERSION', '1.33.3');
@define('PLUGIN_EVENT_GEOTAG_AUTHOR', 'Zoran Kovacevic, Grischa Brockhaus, Matthias Gutjahr');

View file

@ -356,7 +356,7 @@ xmlhttp.send(null);
} elseif ($service === 'osm') {
?>
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<script src="//openlayers.org/api/OpenLayers.js"></script>
<script type="text/javascript">
(function () {
createPopup = function (evt) {