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:
Thomas Lamprecht 2019-05-21 21:12:37 +02:00
parent a9fc6893f6
commit 6be73370c6
4 changed files with 5 additions and 7 deletions

View File

@ -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}

View File

@ -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

File diff suppressed because one or more lines are too long

2
jquery-3.4.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long