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/offset/scroll.html | |
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/offset/scroll.html')
-rw-r--r-- | test/data/offset/scroll.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html index 26cd6fcaf..716891c86 100644 --- a/test/data/offset/scroll.html +++ b/test/data/offset/scroll.html @@ -13,7 +13,7 @@ #forceScroll { width: 5000px; height: 5000px; } #marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; } </style> - <script src="/dist/jquery.js"></script> + <script src="../../../dist/jquery.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { window.scrollTo(1000,1000); |