diff options
author | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:28:13 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:28:13 +0100 |
commit | de149c47d79bf5822baad786591eb837fe2af769 (patch) | |
tree | cc852109a04eaf43ff8e5173aa34e6323c4e7507 /tests/visual | |
parent | f5e65b08194d57c5e2f2b814585298c947f0ceee (diff) | |
download | jquery-ui-de149c47d79bf5822baad786591eb837fe2af769.tar.gz jquery-ui-de149c47d79bf5822baad786591eb837fe2af769.zip |
Selectmenu: Updating to jQuery 1.9.0
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/disabled_empty.html | 2 | ||||
-rw-r--r-- | tests/visual/selectmenu/events_methods.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index 6210aa293..94d7549f2 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.3.js"></script> + <script src="../../jquery-1.9.0.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_empty.html b/tests/visual/selectmenu/disabled_empty.html index e7a9e9fb2..6a484ff3c 100644 --- a/tests/visual/selectmenu/disabled_empty.html +++ b/tests/visual/selectmenu/disabled_empty.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Disabled & empty elements functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.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_methods.html b/tests/visual/selectmenu/events_methods.html index 2829337b4..aab2a5242 100644 --- a/tests/visual/selectmenu/events_methods.html +++ b/tests/visual/selectmenu/events_methods.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectmenu - Events & methods functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.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> |