Update jQuery from V3.3.1 to V3.4.0 (#4259)

Credit to @ayumihamsaki.
This commit is contained in:
Ayumi Hamasaki 2019-04-19 06:04:12 +01:00 committed by Luke Towers
parent ed79877054
commit da2b0f6c5b
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,7 @@ The normal version of Pikaday does not require jQuery, however there is a jQuery
See the [jQuery example][] for a full version.
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.js" integrity="sha384-WGhEWG1n4j4SSTvTWxHLVbwDs5irzinCJT89aUzyS2H/wY2d2eZrUWSsNyCucTYy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.0.1/jquery-migrate.min.js" integrity="sha384-w5FBDpYZssTSnIDL59XH9TYLpEJ2dDP4RPhSPtJd2iLxUY5L8AATkjOsbM4Ohmax" crossorigin="anonymous"></script>
<script src="pikaday.js"></script>
<script src="plugins/pikaday.jquery.js"></script>