Skip to content

Commit c7baf7a

Browse files
committed
All: Fix demo resources
1 parent 7473768 commit c7baf7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entries2html.xsl

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<head>
1010
<meta charset="utf-8">
1111
&lt;title&gt;<xsl:value-of select="desc"/>&lt;/title&gt;
12-
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://jquery.bassistance.de/validate/demo/site-demos.css&quot;&gt;
12+
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://jqueryvalidation.org/files/demo/site-demos.css&quot;&gt;
1313
<xsl:if test="css">&lt;style&gt;<xsl:copy-of select="css/text()"/> &lt;/style&gt;</xsl:if>
1414
&lt;/head&gt;
1515
&lt;body&gt;
1616
&lt;form id=&quot;myform&quot;&gt;<xsl:copy-of select="html/text()"/>&lt;/form&gt;
17-
&lt;script src="http://code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
18-
&lt;script src="http://jquery.bassistance.de/validate/jquery.validate.js"&gt;&lt;/script&gt;
19-
&lt;script src="http://jquery.bassistance.de/validate/additional-methods.js"&gt;&lt;/script&gt;
17+
&lt;script src="http://code.jquery.com/jquery-1.11.1.min.js"&gt;&lt;/script&gt;
18+
&lt;script src="http://jqueryvalidation.org/files/dist/jquery.validate.min.js"&gt;&lt;/script&gt;
19+
&lt;script src="http://jqueryvalidation.org/files/dist/additional-methods.min.js"&gt;&lt;/script&gt;
2020
&lt;script&gt;
2121
// just for the demos, avoids form submit
2222
jQuery.validator.setDefaults({

0 commit comments

Comments
 (0)