diff --git a/ChangeLog b/ChangeLog index 7c8cb3d19..efac8ccf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-09 Alexandre Duret-Lutz + + * wrap/python/ajax/ltl2tgba.html: Add focus on the formula field + on page load. + 2011-06-08 Alexandre Duret-Lutz * NEWS: Update with recent changes. diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index df355e594..3d6b632d6 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -105,7 +105,7 @@ $("#send").click(updateResults); $("input,select").change(autoUpdate); - $('input[name="f"]').attr('spellcheck', false) + $('input[name="f"]').attr('spellcheck', false).focus() .keydown(function(e){ if (e.keyCode == 13) updateResults();