diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-07-12 09:04:36 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-07-12 09:05:41 -0400 |
commit | bef2c456cafb60951a71386ed0b21ee7f7ae65c8 (patch) | |
tree | 0cc25c4b076dd0b9f3e5fa606ef7386ed1589a3c /demos/spinner/latlong.html | |
parent | 4a42a7ffe17e1dfa308224b4979f6eb48b81cd92 (diff) | |
download | jquery-ui-bef2c456cafb60951a71386ed0b21ee7f7ae65c8.tar.gz jquery-ui-bef2c456cafb60951a71386ed0b21ee7f7ae65c8.zip |
Spinner: Fix inclusion of mousewheel plugin in demos
Fixes #10188
Diffstat (limited to 'demos/spinner/latlong.html')
-rw-r--r-- | demos/spinner/latlong.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html index e1fa035df..2921cc076 100644 --- a/demos/spinner/latlong.html +++ b/demos/spinner/latlong.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../themes/base/all.css"> <script src="http://maps.google.com/maps/api/js?sensor=false"></script> <script src="../../external/jquery/jquery.js"></script> - <script src="../../external/jquery.mousewheel.js"></script> + <script src="../../external/jquery-mousewheel/jquery.mousewheel.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> <script src="../../ui/button.js"></script> |