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/tabs | |
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/tabs')
-rw-r--r-- | demos/tabs/ajax.html | 2 | ||||
-rw-r--r-- | demos/tabs/collapsible.html | 2 | ||||
-rw-r--r-- | demos/tabs/default.html | 2 | ||||
-rw-r--r-- | demos/tabs/manipulation.html | 2 | ||||
-rw-r--r-- | demos/tabs/mouseover.html | 2 | ||||
-rw-r--r-- | demos/tabs/sortable.html | 2 | ||||
-rw-r--r-- | demos/tabs/vertical.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index d36061a79..9892fe192 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Content via Ajax</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/tabs.js"></script> diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 7a5577b43..dcb79954e 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Collapse content</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/tabs.js"></script> diff --git a/demos/tabs/default.html b/demos/tabs/default.html index bb98caaa0..966a1057f 100644 --- a/demos/tabs/default.html +++ b/demos/tabs/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Default functionality</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/tabs.js"></script> diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index a12e67409..fc9b750b3 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Simple manipulation</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../jquery.js"></script> + <script src="../../external/jquery/jquery.js"></script> <script src="../../ui/position.js"></script> <script src="../../ui/core.js"></script> <script src="../../ui/widget.js"></script> diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 96366ebbc..6fb316114 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Open on mouseover</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/tabs.js"></script> diff --git a/demos/tabs/sortable.html b/demos/tabs/sortable.html index 1081062ba..1bc865aa0 100644 --- a/demos/tabs/sortable.html +++ b/demos/tabs/sortable.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Sortable</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> diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index 7fa3e0a84..ec0b8e7af 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tabs - Vertical Tabs functionality</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/tabs.js"></script> |