diff options
Diffstat (limited to 'tests/visual/dialog')
-rw-r--r-- | tests/visual/dialog/animated.html | 2 | ||||
-rw-r--r-- | tests/visual/dialog/complex-dialogs.html | 2 | ||||
-rw-r--r-- | tests/visual/dialog/form.html | 2 | ||||
-rw-r--r-- | tests/visual/dialog/performance.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/visual/dialog/animated.html b/tests/visual/dialog/animated.html index 9b5ae7fbc..5097d7860 100644 --- a/tests/visual/dialog/animated.html +++ b/tests/visual/dialog/animated.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.mouse.js"></script> diff --git a/tests/visual/dialog/complex-dialogs.html b/tests/visual/dialog/complex-dialogs.html index 78e93be98..a6496fb27 100644 --- a/tests/visual/dialog/complex-dialogs.html +++ b/tests/visual/dialog/complex-dialogs.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.mouse.js"></script> diff --git a/tests/visual/dialog/form.html b/tests/visual/dialog/form.html index 984008dde..de8b45223 100644 --- a/tests/visual/dialog/form.html +++ b/tests/visual/dialog/form.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> <script src="../../../ui/jquery.ui.mouse.js"></script> diff --git a/tests/visual/dialog/performance.html b/tests/visual/dialog/performance.html index 8a1507ae3..d12eedecb 100644 --- a/tests/visual/dialog/performance.html +++ b/tests/visual/dialog/performance.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Dialog Visual Test - Modal Dialog in Large DOM</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> - <script src="../../../jquery-1.9.1.js"></script> + <script src="../../../jquery-1.10.2.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> <script src="../../../ui/jquery.ui.position.js"></script> <script src="../../../ui/jquery.ui.widget.js"></script> |