diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 07:55:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-06-24 22:45:32 -0400 |
commit | 6df127a0b591d2a1437361f9cb6f3524a7b2e111 (patch) | |
tree | 40dc2b5fba9a00905a68e95efeab016cba4b88dd /demos/autocomplete/maxheight.html | |
parent | 450d75f912f4161c475f18f9eeb7efd307c02eae (diff) | |
download | jquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.tar.gz jquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.zip |
Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
Diffstat (limited to 'demos/autocomplete/maxheight.html')
-rw-r--r-- | demos/autocomplete/maxheight.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html index 5266e84e2..9d7961591 100644 --- a/demos/autocomplete/maxheight.html +++ b/demos/autocomplete/maxheight.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Autocomplete - Scrollable results</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/position.js"></script> |