Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
All: upgrade jQuery version in demos to 4.0.0
  • Loading branch information
timmywil authored Jan 18, 2026
commit fbc961b7b4e9986b0ae6c65ccb6f83c555b31abb
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.1.js"&gt;&lt;/script&gt;<xsl:if test="code/@location='head'">
&lt;script src="https://code.jquery.com/jquery-4.0.0.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