Skip to content

Commit

Permalink
[SS-2018-015] Upgrade jQuery version and fix public resource paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wagstaff authored and robbieaverill committed May 29, 2018
1 parent e5d9ec3 commit 9b190c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/Includes/Footer.ss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<% if $SiteConfig.FooterLogoSecondary %>
src="$SiteConfig.FooterLogoSecondary.URL"
<% else %>
src="themes/watea/images/cwp-logo.png"
src="$resourceURL('themes/watea/images/cwp-logo.png')"
<% end_if %>

<% if $SiteConfig.FooterLogoSecondaryDescription %>
Expand All @@ -63,7 +63,7 @@
<% if $SiteConfig.FooterLogo %>
src="$SiteConfig.FooterLogo.URL"
<% else %>
src="themes/watea/images/newzealand-government-footer.png"
src="$resourceURL('themes/watea/images/newzealand-government-footer.png')"
<% end_if %>

<% if $SiteConfig.FooterLogoDescription %>
Expand Down
2 changes: 1 addition & 1 deletion templates/Page.ss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<footer class="footer-site">
<% include Footer %>
</footer>
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
<% require javascript('//code.jquery.com/jquery-3.3.1.min.js') %>
<% require javascript('themes/starter/dist/js/main.js') %>
<% require javascript('themes/watea/dist/js/main.js') %>
<% include GoogleAnalytics %>
Expand Down

0 comments on commit 9b190c9

Please sign in to comment.