diff options
author | timmywil <timmywillisn@gmail.com> | 2012-06-04 18:04:11 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-06-04 18:04:11 -0400 |
commit | 37ffb29d37129293523bf1deacf3609a28b0ceec (patch) | |
tree | bd4abc0dad0e8be6f3e2fdba9e9d04ff801e8108 /test/data/selector | |
parent | 81c7b83d645d2f151e9e40f9f98cc4b70e81a62a (diff) | |
download | jquery-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/data/selector')
-rw-r--r-- | test/data/selector/html5_selector.html | 2 | ||||
-rw-r--r-- | test/data/selector/sizzle_cache.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/data/selector/html5_selector.html b/test/data/selector/html5_selector.html index 99c5bdbfe..c62328903 100644 --- a/test/data/selector/html5_selector.html +++ b/test/data/selector/html5_selector.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>jQuery selector - attributes</title> - <script src="/dist/jquery.js"></script> + <script src="../../../dist/jquery.js"></script> <script id="script1" defer diff --git a/test/data/selector/sizzle_cache.html b/test/data/selector/sizzle_cache.html index 6260e2ab9..5b8bbb485 100644 --- a/test/data/selector/sizzle_cache.html +++ b/test/data/selector/sizzle_cache.html @@ -4,11 +4,11 @@ <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>jQuery selector - sizzle cache</title> - <script src="/dist/jquery.js"></script> + <script src="../../../dist/jquery.js"></script> <script> var $cached = jQuery.noConflict(true); </script> - <script src="/dist/jquery.js"></script> + <script src="../../../dist/jquery.js"></script> </head> <body> |