diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-01-26 10:48:10 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-26 10:48:10 -0500 |
commit | 58cd84f9d55ba8ce4311265990bd94cea73c4725 (patch) | |
tree | bd437633deb188241e4dcffc2138fc34fc28ad83 /test/networkerror.html | |
parent | 487b703521e63188102c73e8ce6ce203d28f260b (diff) | |
download | jquery-58cd84f9d55ba8ce4311265990bd94cea73c4725.tar.gz jquery-58cd84f9d55ba8ce4311265990bd94cea73c4725.zip |
Fix #13316. Use minified version in unit testing.
Diffstat (limited to 'test/networkerror.html')
-rw-r--r-- | test/networkerror.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/networkerror.html b/test/networkerror.html index 0c6b61f15..587786610 100644 --- a/test/networkerror.html +++ b/test/networkerror.html @@ -15,7 +15,7 @@ <style> div { margin-top: 10px; } </style> - <script src="../dist/jquery.js"></script> + <script src="../dist/jquery.min.js"></script> <script type="text/javascript"> $('button').live('click', function () { $.ajax({ |