Merge pull request #1125 from mig5/jquery_3_5_1

#1121 upgrade to jQuery 3.5.1
This commit is contained in:
Saptak Sengupta 2020-06-01 11:29:50 +05:30 committed by GitHub
commit 4f0958f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
share/static/js/jquery-3.5.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,7 @@
</form>
</div>
<script src="{{ static_url_path }}/js/jquery-3.4.0.min.js"></script>
<script src="{{ static_url_path }}/js/jquery-3.5.1.min.js"></script>
<script async src="{{ static_url_path }}/js/receive.js"></script>
</body>
</html>