diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 10:53:17 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 10:53:17 -0400 |
commit | 68cab60fa758b34c024742daa9dbc3e6bf6a0521 (patch) | |
tree | dfb67b446b25bda5f16159ff05e7a53f8f83cdbf /tests/visual | |
parent | 039ee746d3eaeeaa4ad92ecd8ebf4e6fcd11768c (diff) | |
download | jquery-ui-68cab60fa758b34c024742daa9dbc3e6bf6a0521.tar.gz jquery-ui-68cab60fa758b34c024742daa9dbc3e6bf6a0521.zip |
Removed bgiframe.
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/dialog/animated.html | 1 | ||||
-rw-r--r-- | tests/visual/dialog/complex-dialogs.html | 1 | ||||
-rw-r--r-- | tests/visual/dialog/form.html | 1 | ||||
-rw-r--r-- | tests/visual/dialog/performance.html | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/visual/dialog/animated.html b/tests/visual/dialog/animated.html index 2a4c38d2e..8fc296471 100644 --- a/tests/visual/dialog/animated.html +++ b/tests/visual/dialog/animated.html @@ -5,7 +5,6 @@ <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.8.2.js"></script> - <script src="../../../external/jquery.bgiframe-2.1.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 264787185..f6d4aa162 100644 --- a/tests/visual/dialog/complex-dialogs.html +++ b/tests/visual/dialog/complex-dialogs.html @@ -5,7 +5,6 @@ <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.8.2.js"></script> - <script src="../../../external/jquery.bgiframe-2.1.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 c974a500a..47ed5e0b5 100644 --- a/tests/visual/dialog/form.html +++ b/tests/visual/dialog/form.html @@ -5,7 +5,6 @@ <title>Dialog Visual Test</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.8.2.js"></script> - <script src="../../../external/jquery.bgiframe-2.1.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 0b3bc6e58..fb863488d 100644 --- a/tests/visual/dialog/performance.html +++ b/tests/visual/dialog/performance.html @@ -5,7 +5,6 @@ <title>Dialog Visual Test - Modal Dialog in Large DOM</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.8.2.js"></script> - <script src="../../../external/jquery.bgiframe-2.1.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> |