diff options
author | Felix Nagel <info@felixnagel.com> | 2012-12-15 02:24:45 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-12-15 02:24:45 +0100 |
commit | 58f2706cbb53fb422ae7c90e8f16b680a0391a15 (patch) | |
tree | bb6a9c00cabbbf279913c05081b34eb57ce6c055 /tests/visual/selectmenu | |
parent | ae68ab8118d68ff7cd5114058d0243b6b0970ca8 (diff) | |
download | jquery-ui-58f2706cbb53fb422ae7c90e8f16b680a0391a15.tar.gz jquery-ui-58f2706cbb53fb422ae7c90e8f16b680a0391a15.zip |
Selectmenu tests: improve compatibility visual test in order to work with ui-front
Diffstat (limited to 'tests/visual/selectmenu')
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index b43ffd9c0..6210aa293 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -17,8 +17,6 @@ <link rel="stylesheet" href="../../../demos/demos.css"> <script> $(function() { - $('select').selectmenu(); - var availableTags = [ "ActionScript", "AppleScript", @@ -54,6 +52,8 @@ submenu: "ui-icon-carat-1-e" } }); + + $('select').selectmenu(); }); </script> <style> |