diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-01-27 23:34:38 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-02-07 15:16:28 -0500 |
commit | 363299ac24aebbf2445207621840f44fcaaf670a (patch) | |
tree | 50f8e3041341118cb713e780a5cfa97853a6af89 /test/data/ajax/unreleasedXHR.html | |
parent | f3db084f7cc73379b0d6f5341c987e2a801ea032 (diff) | |
download | jquery-363299ac24aebbf2445207621840f44fcaaf670a.tar.gz jquery-363299ac24aebbf2445207621840f44fcaaf670a.zip |
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Diffstat (limited to 'test/data/ajax/unreleasedXHR.html')
-rw-r--r-- | test/data/ajax/unreleasedXHR.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/ajax/unreleasedXHR.html b/test/data/ajax/unreleasedXHR.html index 6c3d8210b..5233354f5 100644 --- a/test/data/ajax/unreleasedXHR.html +++ b/test/data/ajax/unreleasedXHR.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Attempt to block tests because of dangling XHR requests (IE)</title> -<script type="text/javascript" src="../../../dist/jquery.min.js"></script> +<script src="../../jquery.js"></script> <script type="text/javascript"> window.onunload = function() {}; jQuery(function() { |