diff options
Diffstat (limited to 'test/hovertest.html')
-rw-r--r-- | test/hovertest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hovertest.html b/test/hovertest.html index 2f85d5e62..151398fb1 100644 --- a/test/hovertest.html +++ b/test/hovertest.html @@ -1,7 +1,7 @@ <html> <head> <title>Hover tests</title> -<script src="../dist/jquery.js"></script> +<script src="../dist/jquery.min.js"></script> <style> /* Remove body dimensions so we can test enter/leave to surrounding browser chrome */ body, html { |