aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-01-11 21:35:13 -0500
committerDave Methvin <dave.methvin@gmail.com>2012-01-11 21:35:13 -0500
commitdd900460ac6f77be71ceb878bc2cd1465397dc60 (patch)
treea33fe72fa0be5886c5689d7106def00b539b2ae9 /test/hovertest.html
parentf724bc6c921378b82d9d6fa17329b6451fbb7a51 (diff)
downloadjquery-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.html2
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 {