Skip to content

Commit

Permalink
All: upgrade jQuery to 3.7.1 in demos
Browse files Browse the repository at this point in the history
Closes gh-1247
  • Loading branch information
timmywil authored Jul 5, 2024
1 parent d87bf64 commit 3f01a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta charset="utf-8">
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;<xsl:if test="css">
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
&lt;script src="https://code.jquery.com/jquery-3.7.0.js"&gt;&lt;/script&gt;<xsl:if test="code/@location='head'">
&lt;script src="https://code.jquery.com/jquery-3.7.1.js"&gt;&lt;/script&gt;<xsl:if test="code/@location='head'">
&lt;script&gt;
<xsl:copy-of select="code/text()"/>
&lt;/script&gt;
Expand Down

0 comments on commit 3f01a73

Please sign in to comment.