summaryrefslogtreecommitdiff
path: root/static/javascript.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-11 12:23:07 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-11 12:23:07 +0200
commit5d3b2015df8dcf804ade176da8eef9b050b711fc (patch)
tree7f163003e5ce76826f4caf8c3a3cde192dfb9632 /static/javascript.html
parenta8be206eb962cc045a432656f9eb0eed8e837a3d (diff)
downloadwww-5d3b2015df8dcf804ade176da8eef9b050b711fc.tar.gz
www-5d3b2015df8dcf804ade176da8eef9b050b711fc.tar.bz2
www-5d3b2015df8dcf804ade176da8eef9b050b711fc.zip
fix JS links, migrate to current jquery and bootstrap versions, remove old code, use symlinks in javascript.html
Diffstat (limited to 'static/javascript.html')
-rw-r--r--static/javascript.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/javascript.html b/static/javascript.html
index 1fd4ce72..b8a8674e 100644
--- a/static/javascript.html
+++ b/static/javascript.html
@@ -3,14 +3,14 @@
<body>
<table id="jslicense-labels1">
<tr>
- <td><a href="/dist/bootstrap@4.6.0/bootstrap.bundle.min.js">bootstrap.min.js</a></td>
+ <td><a href="/dist/bootstrap/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-5.2.1.zip">bootstrap-5.2.1.zip</a></td>
+ <td><a href="/dist/bootstrap.zip">bootstrap.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="/dist/jquery/jquery.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>
+ <td><a href="/dist/jquery/jquery.slim.js">jquery.slim.js</a></td>
</tr>
</table>
</body>