This commit is contained in:
Jeff Becker
2016-11-02 11:21:14 -04:00
parent 25a15100a9
commit 2eecfeafaa
+1 -1
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)