Update jquery to latest 3.4.1 (considered by some as more secure)

This commit is contained in:
Tyson Whitehead 2019-07-30 16:23:20 -04:00
parent e14175fc36
commit 627af61abe
No known key found for this signature in database
GPG key ID: B22199763A27997B
4 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,7 @@ STATIC = \
$(wildcard static/css/*) \
static/js/bootbox.min.js \
static/js/common.js \
static/js/jquery/jquery-1.12.3.min.js \
static/js/jquery/jquery-3.4.1.min.js \
static/js/jquery/jquery-ui-1.10.4.min.js
FLOT = flot-0.8.3.zip

View file

@ -11,7 +11,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<script type="text/javascript" src="[% c.uri_for("/static/js/jquery/jquery-1.12.3.min.js") %]"></script>
<script type="text/javascript" src="[% c.uri_for("/static/js/jquery/jquery-3.4.1.min.js") %]"></script>
<script type="text/javascript" src="[% c.uri_for("/static/js/jquery/jquery-ui-1.10.4.min.js") %]"></script>
<script type="text/javascript" src="[% c.uri_for("/static/js/moment/moment-2.24.0.min.js") %]"></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long