* wrap/python/ajax/ltl2tgba.html: Add focus on the formula field
on page load.
This commit is contained in:
parent
d3ccaa7cb9
commit
8059047b21
2 changed files with 6 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue