mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-02 00:15:30 +00:00
update jQuery to 3.4.1
by bumping and actually using ${JQVER} when downloading ;) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a9fc6893f6
commit
6be73370c6
4
Makefile
4
Makefile
@ -29,7 +29,7 @@ BTDATA = \
|
||||
${BTDIR}/js/bootstrap.min.js \
|
||||
${BTDIR}/fonts/glyphicons-halflings-regular.ttf
|
||||
|
||||
JQVER=3.3.1
|
||||
JQVER=3.4.1
|
||||
JQSRC=jquery-${JQVER}.min.js
|
||||
|
||||
all:
|
||||
@ -50,7 +50,7 @@ download_bootstrap:
|
||||
|
||||
download_jquery:
|
||||
rm -f ${JQSRC} ${JQSRC}.tmp
|
||||
wget https://code.jquery.com/jquery-3.1.1.min.js -O ${JQSRC}.tmp
|
||||
wget https://code.jquery.com/jquery-${JQVER}.min.js -O ${JQSRC}.tmp
|
||||
mv ${JQSRC}.tmp ${JQSRC}
|
||||
|
||||
${BTDATA}: ${BTSRC}
|
||||
|
@ -115,7 +115,7 @@ body {
|
||||
</style>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="/js/jquery-3.3.1.min.js"></script>
|
||||
<script src="/js/jquery-3.4.1.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
|
||||
|
4
jquery-3.3.1.min.js
vendored
4
jquery-3.3.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
jquery-3.4.1.min.js
vendored
Normal file
2
jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user