Skip to content
Prev Previous commit
Next Next commit
Update latlong.html
update links to https
  • Loading branch information
markvantilburg authored Apr 25, 2024
commit d99cd995ae6f55aee90272b5b6cb9d25ac7d3342
2 changes: 1 addition & 1 deletion demos/spinner/latlong.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>jQuery UI Spinner - Map</title>
<link rel="stylesheet" href="../../themes/base/all.css">
<link rel="stylesheet" href="../demos.css">
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="../../external/requirejs/require.js"></script>
<script src="../bootstrap.js" data-modules="external/jquery-mousewheel/jquery.mousewheel">
function latlong() {
Expand Down