diff options
Diffstat (limited to 'test/localfile.html')
-rw-r--r-- | test/localfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/localfile.html b/test/localfile.html index 2cfd13004..7d49c44e1 100644 --- a/test/localfile.html +++ b/test/localfile.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery Local File Test</title> <!-- Includes --> - <script src="/dist/jquery.js"></script> + <script src="../dist/jquery.js"></script> <style> .error { color: red; } .success { color: green; } |