diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:48:18 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:48:18 -0400 |
commit | 7c23b77af2477417205fda9bde5208a81e57e40e (patch) | |
tree | d325a34f92a4792fc5ee6aee8266b86bd0e25a98 /test/networkerror.html | |
parent | 9a3046c3752b80da7526dce34968b8422f3d92f8 (diff) | |
download | jquery-7c23b77af2477417205fda9bde5208a81e57e40e.tar.gz jquery-7c23b77af2477417205fda9bde5208a81e57e40e.zip |
Strips IIFEs from modules; Always require built jQuery for tests.
Diffstat (limited to 'test/networkerror.html')
-rw-r--r-- | test/networkerror.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/networkerror.html b/test/networkerror.html index e258d83d8..64b59f93d 100644 --- a/test/networkerror.html +++ b/test/networkerror.html @@ -15,7 +15,7 @@ <style> div { margin-top: 10px; } </style> - <script src="data/include_js.php"></script> + <script src="/dist/jquery.js"></script> <script type="text/javascript"> $('button').live('click', function () { $.ajax({ @@ -81,4 +81,4 @@ Test fails if the browser notifies an exception. </div> </body> -</html>
\ No newline at end of file +</html> |