diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-01-11 21:35:13 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-01-11 21:35:13 -0500 |
commit | dd900460ac6f77be71ceb878bc2cd1465397dc60 (patch) | |
tree | a33fe72fa0be5886c5689d7106def00b539b2ae9 /test/hovertest.html | |
parent | f724bc6c921378b82d9d6fa17329b6451fbb7a51 (diff) | |
download | jquery-dd900460ac6f77be71ceb878bc2cd1465397dc60.tar.gz jquery-dd900460ac6f77be71ceb878bc2cd1465397dc60.zip |
Fix #10902. DRY up the ways to include src files in tests.
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 d6242091e..2d2736a65 100644 --- a/test/hovertest.html +++ b/test/hovertest.html @@ -1,7 +1,7 @@ <html> <head> <title>Hover tests</title> -<script src="../dist/jquery.js" type='text/javascript'></script> +<script src="data/include_js.php"></script> <style> /* Remove body dimensions so we can test enter/leave to surrounding browser chrome */ body, html { |