Skip to content

Commit 693f4cd

Browse files
committed
api.jquerymobile.com: jQuery Mobile 1.3.2 goes with jQuery core 1.9.1
1 parent 06da997 commit 693f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries2html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
1212
&lt;link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"&gt;
13-
&lt;script src="http://code.jquery.com/jquery-1.10.0.min.js"&gt;&lt;/script&gt;
13+
&lt;script src="http://code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
1414
&lt;script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"&gt;&lt;/script&gt;<xsl:if test="css">
1515
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
1616
&lt;/head&gt;

0 commit comments

Comments
 (0)