Skip to content

Commit ba388da

Browse files
committed
Use packaged jquery
1 parent 095ad85 commit ba388da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/resources/html/jquery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>(root)/links.html</title>
44
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5-
<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
5+
<script src="javascript/jquery.js" type="text/javascript"></script>
66
</head>
77
<body>
88
<div id="div_id">
@@ -23,7 +23,7 @@
2323
Link with whitespace
2424
</a><br/>
2525
<a href="target/third.html">
26-
Link with
26+
Link with
2727
whitespace within
2828
</a><br/>
2929
<a href="target/first.html" id="bold_id"><b>Link with bolded text</b></a>

0 commit comments

Comments
 (0)