summaryrefslogtreecommitdiff
path: root/static/javascript.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-11 12:21:33 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-11 12:21:33 +0200
commita8be206eb962cc045a432656f9eb0eed8e837a3d (patch)
tree3890510e69a12a1b3d06147c2f4e00c68bf66027 /static/javascript.html
parentf0a6b101b1b474278374bdc21ec98a9ac35acb3a (diff)
downloadwww-a8be206eb962cc045a432656f9eb0eed8e837a3d.tar.gz
www-a8be206eb962cc045a432656f9eb0eed8e837a3d.tar.bz2
www-a8be206eb962cc045a432656f9eb0eed8e837a3d.zip
fix JS links, migrate to current jquery and bootstrap versions
Diffstat (limited to 'static/javascript.html')
-rw-r--r--static/javascript.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/static/javascript.html b/static/javascript.html
index dc872704..1fd4ce72 100644
--- a/static/javascript.html
+++ b/static/javascript.html
@@ -3,9 +3,14 @@
<body>
<table id="jslicense-labels1">
<tr>
- <td><a href="/dist/bootstrap@4.6.0/bootstrap.min.js">bootstrap.min.js</a></td>
+ <td><a href="/dist/bootstrap@4.6.0/bootstrap.bundle.min.js">bootstrap.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
- <td><a href="/dist/bootstrap@4.6.0/bootstrap.js">bootstrap.js</a></td>
+ <td><a href="/dist/bootstrap-5.2.1.zip">bootstrap-5.2.1.zip</a></td>
+</tr>
+<tr>
+ <td><a href="/dist/jquery@3.6.1/jquery-3.6.1.slim.min.js">jquery.slim.min.js</a></td>
+ <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+ <td><a href="/dist/jquery@3.6.1/jquery-3.6.1.slim.js">jquery.slim.js</a></td>
</tr>
</table>
</body>