diff options
Diffstat (limited to 'demos/spinner/overflow.html')
-rw-r--r-- | demos/spinner/overflow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html index 312853ddb..17d1ca30b 100644 --- a/demos/spinner/overflow.html +++ b/demos/spinner/overflow.html @@ -5,7 +5,7 @@ <title>jQuery UI Spinner - Overflow</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.7.2.js"></script> - <script src="../../external/jquery.mousewheel-3.0.4.js"></script> + <script src="../../external/jquery.mousewheel.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.button.js"></script> |