diff options
Diffstat (limited to 'tests/unit/droppable/droppable.html')
-rw-r--r-- | tests/unit/droppable/droppable.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index 8571f9c0f..8e4ee6f4c 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -5,8 +5,8 @@ <title>jQuery UI Droppable Test Suite</title> <script src="../../jquery.js"></script> - <link rel="stylesheet" href="../../../external/qunit.css"> - <script src="../../../external/qunit.js"></script> + <link rel="stylesheet" href="../../../external/qunit/qunit.css"> + <script src="../../../external/qunit/qunit.js"></script> <script src="../../jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> |