Skip to content

Commit 2665219

Browse files
committed
All: Update jQuery UI & jQuery used in entries
Updates: * jQuery UI from 1.12.1 to 1.13.3 * jQuery from 1.12.4 to 3.7.1
1 parent 20e2eaa commit 2665219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entries2html.xsl

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<head>
1010
<meta charset="utf-8">
1111
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
12-
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.13.3/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
1313
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
14-
&lt;script src="//code.jquery.com/jquery-1.12.4.js"&gt;&lt;/script&gt;
15-
&lt;script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"&gt;&lt;/script&gt;
14+
&lt;script src="//code.jquery.com/jquery-3.7.1.js"&gt;&lt;/script&gt;
15+
&lt;script src="//code.jquery.com/ui/1.13.3/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>

0 commit comments

Comments
 (0)