aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2012-06-04 18:04:11 -0400
committertimmywil <timmywillisn@gmail.com>2012-06-04 18:04:11 -0400
commit37ffb29d37129293523bf1deacf3609a28b0ceec (patch)
treebd4abc0dad0e8be6f3e2fdba9e9d04ff801e8108 /test/hovertest.html
parent81c7b83d645d2f151e9e40f9f98cc4b70e81a62a (diff)
downloadjquery-37ffb29d37129293523bf1deacf3609a28b0ceec.tar.gz
jquery-37ffb29d37129293523bf1deacf3609a28b0ceec.zip
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
Diffstat (limited to 'test/hovertest.html')
-rw-r--r--test/hovertest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hovertest.html b/test/hovertest.html
index 5d5355d4c..2f85d5e62 100644
--- a/test/hovertest.html
+++ b/test/hovertest.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Hover tests</title>
-<script src="/dist/jquery.js"></script>
+<script src="../dist/jquery.js"></script>
<style>
/* Remove body dimensions so we can test enter/leave to surrounding browser chrome */
body, html {