aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
commit7c23b77af2477417205fda9bde5208a81e57e40e (patch)
treed325a34f92a4792fc5ee6aee8266b86bd0e25a98 /test/csp.php
parent9a3046c3752b80da7526dce34968b8422f3d92f8 (diff)
downloadjquery-7c23b77af2477417205fda9bde5208a81e57e40e.tar.gz
jquery-7c23b77af2477417205fda9bde5208a81e57e40e.zip
Strips IIFEs from modules; Always require built jQuery for tests.
Diffstat (limited to 'test/csp.php')
-rw-r--r--test/csp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csp.php b/test/csp.php
index 3a029eb42..9c90300bf 100644
--- a/test/csp.php
+++ b/test/csp.php
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSP Test Page</title>
- <script src="data/include_js.php"></script>
+ <script src="/dist/jquery.js"></script>
</head>
<body>
<p>CSP Test Page</p>