Commit 5d4aaa2
authored
Upgrade jQuery to 3.5.1 (#469)
```
cd assets/js
wget https://code.jquery.com/jquery-3.5.1.min.js
wget https://code.jquery.com/jquery-3.5.1.min.map
mv -f jquery-3.5.1.min.js jquery.min.js
mv -f jquery-3.5.1.min.map jquery.min.map
```
Fixes carpentries/styles#4601 parent a52f6c2 commit 5d4aaa2
2 files changed
Lines changed: 3 additions & 7 deletions
0 commit comments