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.

This commit is contained in:
timmywil
2012-06-04 18:04:11 -04:00
parent 81c7b83d64
commit 37ffb29d37
25 changed files with 29 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
</head>
<body>
<div>
<script src="/dist/jquery.js"></script>
<script src="../../../dist/jquery.js"></script>
</div>
</body>
</html>