Skip to content

Commit 66b31b3

Browse files
jzaeffererscottgonzalez
authored andcommitted
Tests: Fix jquery reference in unit index file
(cherry picked from commit d3bb0f7)
1 parent 76ebe08 commit 66b31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="../../themes/base/core.css">
88
<link rel="stylesheet" href="../../themes/base/theme.css">
99
<link rel="stylesheet" href="../index.css">
10-
<script src="../../jquery.js"></script>
10+
<script src="../../external/jquery/jquery.js"></script>
1111
<script src="../index.js"></script>
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)