r2317 - Merged r2207 to 1.7.1 (fixes #4353 - Dialog visual test using wrong version of jQuery)
Author: rdworth
Date: Wed Mar 18 17:01:29 2009
New Revision: 2317
Modified:
branches/1.7.1/tests/visual/dialog/dialog_on_page_with_large_dom.html
Log:
Merged r2207 to 1.7.1 (fixes #4353 - Dialog visual test using wrong version
of jQuery)
Modified:
branches/1.7.1/tests/visual/dialog/dialog_on_page_with_large_dom.html
==============================================================================
--- branches/1.7.1/tests/visual/dialog/dialog_on_page_with_large_dom.html
(original)
+++ branches/1.7.1/tests/visual/dialog/dialog_on_page_with_large_dom.html
Wed Mar 18 17:01:29 2009
@@ -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>