diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-19 23:05:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-19 23:05:13 -0400 |
commit | 7d9d2b551fc9522e6eea6c4c3df9c235f51b3803 (patch) | |
tree | 621d02ad25c861e3fdc85d85aba7b32d30c42e6e /tests/visual/dialog/dialog_on_page_with_scrollbars.html | |
parent | 72985fbbecba2153fa56dba058740160fbd0c878 (diff) | |
download | jquery-ui-7d9d2b551fc9522e6eea6c4c3df9c235f51b3803.tar.gz jquery-ui-7d9d2b551fc9522e6eea6c4c3df9c235f51b3803.zip |
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
Diffstat (limited to 'tests/visual/dialog/dialog_on_page_with_scrollbars.html')
-rw-r--r-- | tests/visual/dialog/dialog_on_page_with_scrollbars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/dialog/dialog_on_page_with_scrollbars.html b/tests/visual/dialog/dialog_on_page_with_scrollbars.html index a43ee6e42..fd30c6bcd 100644 --- a/tests/visual/dialog/dialog_on_page_with_scrollbars.html +++ b/tests/visual/dialog/dialog_on_page_with_scrollbars.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> <script type="text/javascript" src="../../../jquery-1.4.2.js"></script> - <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.1.js"></script> + <script type="text/javascript" src="../../../external/jquery.bgiframe-2.1.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script> |