diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-05 14:30:56 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-05 14:30:56 +0000 |
commit | ce0988e7b12e7500c7a7a952fa12842f7113ee43 (patch) | |
tree | 470a30564c6f0be2335d29d9462eafbfdbca6b37 /tests | |
parent | 08024000cef6b7821bbbabfd4d1656fb19e53ec7 (diff) | |
download | jquery-ui-ce0988e7b12e7500c7a7a952fa12842f7113ee43.tar.gz jquery-ui-ce0988e7b12e7500c7a7a952fa12842f7113ee43.zip |
dialog: visual test. switched jQuery 1.3.1 to 1.3.2 (file was added after switch was made)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/dialog/dialog_on_page_with_large_dom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/dialog/dialog_on_page_with_large_dom.html b/tests/visual/dialog/dialog_on_page_with_large_dom.html index 8b6ab97c2..4e924c2c2 100644 --- a/tests/visual/dialog/dialog_on_page_with_large_dom.html +++ b/tests/visual/dialog/dialog_on_page_with_large_dom.html @@ -4,7 +4,7 @@ <title>Dialog Visual Test : Modal Dialog in Large DOM</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css"> - <script type="text/javascript" src="../../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.dialog.js"></script> <script type="text/javascript" src="../../../ui/ui.draggable.js"></script> |