From 5005617f6dd3f50f9b33d345ea153bf1d610f029 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 4 Jul 2024 12:33:29 -0400 Subject: [PATCH] All: upgrade jQuery to 3.7.1 in demos --- entries2html.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries2html.xsl b/entries2html.xsl index 37bfdb3c..a1a19982 100755 --- a/entries2html.xsl +++ b/entries2html.xsl @@ -12,7 +12,7 @@ <meta charset="utf-8"> <title> demo</title> <style> </style> - <script src="https://code.jquery.com/jquery-3.7.0.js"></script> + <script src="https://code.jquery.com/jquery-3.7.1.js"></script> <script> </script>