upgrade to jquery 3.5.1

This commit is contained in:
Dean Attali 2020-08-24 00:17:44 +00:00
parent fbc6b0bd6d
commit 5991966d38
5 changed files with 6 additions and 7 deletions

View file

@ -75,7 +75,7 @@
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
document.write('<script src="{{ "/assets/js/jquery-3.4.1.min.js" | relative_url }}"></scr' + 'ipt>');
document.write('<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></scr' + 'ipt>');
}
</script>
<script src="{{ "/assets/js/staticman.js" | relative_url }}"></script>