Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
8059047b
Commit
8059047b
authored
Jun 09, 2011
by
Alexandre Duret-Lutz
Browse files
* wrap/python/ajax/ltl2tgba.html: Add focus on the formula field
on page load.
parent
d3ccaa7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8059047b
2011-06-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/ajax/ltl2tgba.html: Add focus on the formula field
on page load.
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Update with recent changes.
...
...
wrap/python/ajax/ltl2tgba.html
View file @
8059047b
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment