fix typo
This commit is contained in:
parent
25a15100a9
commit
2eecfeafaa
@ -17,7 +17,7 @@ function inject_search(elem) {
|
|||||||
output.appendChild(document.createElement("hr"));
|
output.appendChild(document.createElement("hr"));
|
||||||
}
|
}
|
||||||
|
|
||||||
botton.onclick = function(ev) {
|
button.onclick = function(ev) {
|
||||||
var text = input.value;
|
var text = input.value;
|
||||||
input.value = "";
|
input.value = "";
|
||||||
while(output.children.length > 0)
|
while(output.children.length > 0)
|
||||||
|
Reference in New Issue
Block a user