Update the jQuery version for scripts that use it

This commit is contained in:
Michael Mintz 2022-12-21 17:30:05 -05:00
parent 0aa67c7f0e
commit a2d5a10c65
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class Warnings:
class JQuery:
VER = "3.6.0"
VER = "3.6.3"
MIN_JS = "https://cdn.jsdelivr.net/npm/jquery@%s/dist/jquery.min.js" % VER