diff options
author | Felix Nagel <info@felixnagel.com> | 2012-11-23 13:45:01 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-11-23 13:45:01 +0100 |
commit | 0d4a8dca55562131212f2638af4bf05052a41b2a (patch) | |
tree | 7d9de7f5cca935e95907b9262592b794d5daccc1 /tests/visual | |
parent | dec83993fc7aab7f2a75675d01d7dd4e21205737 (diff) | |
download | jquery-ui-0d4a8dca55562131212f2638af4bf05052a41b2a.tar.gz jquery-ui-0d4a8dca55562131212f2638af4bf05052a41b2a.zip |
Selectmenu tests: Upgrade jQuery to 1.8.3
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/disabled.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/empty.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/events.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/methods.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index 1bf80b4c7..3d601d307 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Compatibility with other widgets</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> diff --git a/tests/visual/selectmenu/disabled.html b/tests/visual/selectmenu/disabled.html index 134e04a15..4617e5ba9 100644 --- a/tests/visual/selectmenu/disabled.html +++ b/tests/visual/selectmenu/disabled.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Disable functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> diff --git a/tests/visual/selectmenu/empty.html b/tests/visual/selectmenu/empty.html index 9b8d36dfc..4a4d1ab68 100644 --- a/tests/visual/selectmenu/empty.html +++ b/tests/visual/selectmenu/empty.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Methids functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> diff --git a/tests/visual/selectmenu/events.html b/tests/visual/selectmenu/events.html index 8561afa86..54bd91d8e 100644 --- a/tests/visual/selectmenu/events.html +++ b/tests/visual/selectmenu/events.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Events functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> diff --git a/tests/visual/selectmenu/methods.html b/tests/visual/selectmenu/methods.html index c3f5b92ee..cd0e3fb8b 100644 --- a/tests/visual/selectmenu/methods.html +++ b/tests/visual/selectmenu/methods.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Methods functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.2.js"></script> + <script src="../../jquery-1.8.3.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> |