aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/selectmenu
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-11-29 20:35:29 +0100
committerFelix Nagel <info@felixnagel.com>2012-11-29 20:35:29 +0100
commitd1c9837a51920d90ad7473d5eb5793e86ebe4ee3 (patch)
treea3a6a313fd44d6dc8eca0c6dae1c0f797699fac9 /tests/visual/selectmenu
parent18ecaf45dbc60010211f5487e51117a345a4c8d7 (diff)
downloadjquery-ui-d1c9837a51920d90ad7473d5eb5793e86ebe4ee3.tar.gz
jquery-ui-d1c9837a51920d90ad7473d5eb5793e86ebe4ee3.zip
Selectmenu tests: remove themeswitcher as its no longer available
Diffstat (limited to 'tests/visual/selectmenu')
-rw-r--r--tests/visual/selectmenu/compatibility.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html
index 3d601d307..cf0f94b61 100644
--- a/tests/visual/selectmenu/compatibility.html
+++ b/tests/visual/selectmenu/compatibility.html
@@ -177,14 +177,5 @@
</div><!-- End demo -->
-<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
-<script>
- $('<div/>').css({
- position: "absolute",
- right: 10,
- top: 10
- }).appendTo(document.body).themeswitcher();
-</script>
-
</body>
</html>