Archived
1
0
This commit is contained in:
Jeff Becker 2016-11-02 11:21:14 -04:00
parent 25a15100a9
commit 2eecfeafaa
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -17,7 +17,7 @@ function inject_search(elem) {
output.appendChild(document.createElement("hr"));
}
botton.onclick = function(ev) {
button.onclick = function(ev) {
var text = input.value;
input.value = "";
while(output.children.length > 0)