typo
This commit is contained in:
parent
12aab6fe83
commit
cfe125bc7d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
function log(event) {
|
||||
text.value += event.type + ' [target: ' + event.target.className + ']\n';
|
||||
text.value += event.type + ' [target: ' + event.target.id + ']\n';
|
||||
text.scrollTop = text.scrollHeight;
|
||||
}
|
|
@ -10,8 +10,8 @@
|
|||
width: 70px;
|
||||
height: 70px;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 20px;
|
||||
left: 45px;
|
||||
top: 45px;
|
||||
}
|
||||
|
||||
#text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue