diff options
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> |