diff options
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 64b59f93d..0c6b61f15 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.js"></script> <script type="text/javascript"> $('button').live('click', function () { $.ajax({ |