Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix incorrect URL to wet-boew.min.js
Browse files Browse the repository at this point in the history
This was broken by me in my earlier fix to #29 in commit 675c312

https://wet-boew.github.io/themes-dist/GCWeb/wet-boew/js/wet-boew.min.js
remained in its original URL, i.e. did not get moved one directory level
down unlike the other assets.

Thanks to @jvanulde for the heads up!
  • Loading branch information
anthonyfok committed Apr 16, 2021
1 parent ca3a83d commit 39d3d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footerresources.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="{{ site.assets }}/{{ site.theme-name }}/wet-boew/js/wet-boew.min.js"></script>
<script src="{{ site.assets }}/wet-boew/js/wet-boew.min.js"></script>
<!-- {% if page.leaflet == true %}
<script src="https://unpkg.com/{{ site.leaflet }}/dist/leaflet.js"></script>
{% endif %} -->
Expand Down

0 comments on commit 39d3d0d

Please sign in to comment.