Skip to content

Commit

Permalink
Update latlong.html
Browse files Browse the repository at this point in the history
update links to https
  • Loading branch information
markvantilburg committed Apr 25, 2024
1 parent 01fd13b commit d99cd99
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d99cd99

Please sign in to comment.