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

@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSP Test Page</title>
<script src="/dist/jquery.js"></script>
<script src="../dist/jquery.js"></script>
</head>
<body>
<p>CSP Test Page</p>