Skip to content

Commit b577ccd

Browse files
committed
Fixed path to jquery.js
1 parent 8e6afad commit b577ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<title>RestrictedTextField Demo</title>
4141

42-
<script type="text/javascript" src="../test/jquery.js"></script>
42+
<script type="text/javascript" src="../SeleniumTester/html/jquery.js"></script>
4343
<script type="text/javascript" src="../src/jquery.restrictedtextfield.js"></script>
4444

4545
<style type="text/css">

0 commit comments

Comments
 (0)