forked from arthur-e/Wicket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some Mixed Content: changed from HTTP to HTTPS
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,10 @@ | |
<!--[if IE]> | ||
<link rel="stylesheet" type="text/css" href="index.ie.css" /> | ||
<![endif]--> | ||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" /> | ||
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" /> | ||
</head> | ||
<title>Wicket - Lightweight Javascript for WKT [Leaflet Sandbox]</title> | ||
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script> | ||
<script src="https://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script> | ||
<!--See https://github.com/seelmann/leaflet-providers for below--> | ||
<script src="lib/leaflet-providers/leaflet-providers.js"></script> | ||
<script src="wicket.js" type="text/javascript"></script> | ||
|
@@ -250,8 +250,8 @@ | |
</div> | ||
<div class="attribute"> | ||
Design © 2012-2013 <a href="mailto:[email protected]">K. Arthur Endsley</a> | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
</a><br /> | ||
Wicket is released under the <a href="https://github.com/arthur-e/Wicket/blob/master/LICENSE" target="_blank">GPL v3</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,8 +204,8 @@ | |
</div> | ||
<div class="attribute"> | ||
Design © 2012-2013 <a href="mailto:[email protected]">K. Arthur Endsley</a> | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
</a><br /> | ||
Wicket is released under the <a href="https://github.com/arthur-e/Wicket/blob/master/LICENSE" target="_blank">GPL v3</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,8 +296,8 @@ | |
</div> | ||
<div class="attribute"> | ||
Design © 2012-2013 <a href="mailto:[email protected]">K. Arthur Endsley</a> | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_GB"> | ||
<img alt="Wicket is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" style="float:right;border-width:0;vertical-align:middle;" src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | ||
</a><br /> | ||
Wicket is released under the <a href="https://github.com/arthur-e/Wicket/blob/master/LICENSE" target="_blank">GPL v3</a><br /> | ||
</div> | ||
|