forked from lix-project/hydra
Update jquery to latest 3.4.1 (considered by some as more secure)
This commit is contained in:
parent
e14175fc36
commit
627af61abe
|
@ -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
|
||||
|
|
|
@ -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
2
src/root/static/js/jquery/jquery-3.4.1.min.js
vendored
Normal file
2
src/root/static/js/jquery/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue