Skip to content

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
ynunokawa committed Jul 13, 2016
1 parent 10ef149 commit 6202150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Leaflet/20_bouncing-popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>

<!-- Vector Icon -->
<script src="../lib/Leaflet.VectorIcon/L.VectorIcon.js"></script>
<script src="//muxlab.github.io/Leaflet.VectorIcon/L.VectorIcon.js"></script>
<script>
$(function () {
console.log('%c⚛ Map Effects 100: Hello geohacker! ⚛', 'font-family:monospace;font-size:16px;color:darkblue;');
Expand Down
2 changes: 1 addition & 1 deletion src/20_bouncing-popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>

<!-- Vector Icon -->
<script src="../lib/Leaflet.VectorIcon/L.VectorIcon.js"></script>
<script src="//muxlab.github.io/Leaflet.VectorIcon/L.VectorIcon.js"></script>

<!-- build:remove -->
<script src="20_bouncing-popup.js"></script>
Expand Down

0 comments on commit 6202150

Please sign in to comment.