Upgrade jQuery to 3.5.1 (#469)
authorMaxim Belkin <maxim.belkin@gmail.com>
Tue, 30 Jun 2020 10:31:19 +0000 (05:31 -0500)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 10:31:19 +0000 (06:31 -0400)
commit5d4aaa2fb38e78d161af6f84ed0fde3abed5c8b9
tree9e863a75642a6c7349215e7b61bc0a9f689ef4a2
parenta52f6c2db42fbb2d314163848dcee9e2b9b2e467
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#460
assets/js/jquery.min.js
assets/js/jquery.min.map