projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e050c6
)
Simplified test page javascript.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 2 Mar 2017 20:40:56 +0000
(21:40 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 2 Mar 2017 20:40:56 +0000
(21:40 +0100)
tests/manual/editable-focus.html
patch
|
blob
|
history
diff --git
a/tests/manual/editable-focus.html
b/tests/manual/editable-focus.html
index
e3cc0f5
..
5c0d123
100644
(file)
--- a/
tests/manual/editable-focus.html
+++ b/
tests/manual/editable-focus.html
@@
-24,7
+24,7
@@
function setFocus() {
<div>
<textarea name="text" id="text" rows="11" cols="50"></textarea><br/>
<input type="text" name="field1"/><br/>
- <input type="button" value="Focus Textarea" onclick="
document.getElementById('text').f
ocus();"/><br/>
+ <input type="button" value="Focus Textarea" onclick="
setF
ocus();"/><br/>
<input type="text" name="field2"/>
</div>
</form>