diff options
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 4 | ||||
-rw-r--r-- | tests/visual/selectmenu/methods.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index be3d098c1..78657e433 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -17,7 +17,7 @@ <script> $(function() { $('select').selectmenu(); - + var availableTags = [ "ActionScript", "AppleScript", @@ -46,7 +46,7 @@ source: availableTags }); $( "#tabs" ).tabs(); - $( "#dialog" ).dialog(); + $( "#dialog" ).dialog(); }); </script> <style> diff --git a/tests/visual/selectmenu/methods.html b/tests/visual/selectmenu/methods.html index 8349929ce..0ad7773a7 100644 --- a/tests/visual/selectmenu/methods.html +++ b/tests/visual/selectmenu/methods.html @@ -14,7 +14,7 @@ <script> $(function() { var mySelectmenu = $('select').selectmenu(); - + $('select').show(); $("#destroy").click( function() { |