diff options
Diffstat (limited to 'demos/draggable/cursor-style.html')
-rw-r--r-- | demos/draggable/cursor-style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html index daea776f2..7f3b0fda4 100644 --- a/demos/draggable/cursor-style.html +++ b/demos/draggable/cursor-style.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Draggable - Cursor style</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery.js"></script> + <script src="../../external/jquery/jquery.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/mouse.js"></script> |