Update jQuery version to 3.5.1

This commit is contained in:
Michael Mintz 2020-10-22 09:30:22 -04:00
parent 375e3d4ebd
commit 9c07c674a2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Values:
class JQuery:
VER = "3.4.1"
VER = "3.5.1"
MIN_JS = (
"https://cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER)
# MIN_JS = (