Skip to content

Commit

Permalink
FIX Update jQuery to 3.5.1 via inlined dep in starter theme
Browse files Browse the repository at this point in the history
Wātea 3.1.0 will require Starter 3.2.0 to ensure that the inlined version of
jQuery is present.
  • Loading branch information
Garion Herman committed Mar 3, 2021
1 parent a0b8122 commit 01d716d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -5,7 +5,7 @@
"keywords": ["silverstripe", "theme", "cwp"],
"license": "BSD-3-Clause",
"require": {
"cwp/starter-theme": "^3.0@dev",
"cwp/starter-theme": "^3.2@dev",
"cwp/agency-extensions": "^2.0"
},
"extra": {
Expand Down
4 changes: 2 additions & 2 deletions templates/Page.ss
Expand Up @@ -8,7 +8,7 @@
<% if $RSSLink %>
<link rel='alternate' type='application/rss+xml' title='RSS' href='$RSSLink'>
<% end_if %>
<% require themedCss('dist/css/main.css') %>
<% require themedCSS('dist/css/main.css') %>
<% include Favicon %>
</head>
<body class="$ClassName
Expand All @@ -30,7 +30,7 @@
<footer class="footer-site" role="contentinfo">
<% include Footer %>
</footer>
<% require javascript('https://code.jquery.com/jquery-3.4.1.min.js') %>
<% require javascript('themes/starter/dist/js/jquery.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 01d716d

Please sign in to comment.