From 6c36720a9e737eccb9eb64d178040594899f9a4f Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 29 Apr 2014 11:04:32 -0400 Subject: use dummy image --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2ec249e..053d156 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ document.getElementById('results').innerHTML += stuff; } function scrape() { + document.getElementById('results').innerHTML = "" data = document.getElementById("input").value i=0; regex = /#[0-9a-f]{3,6}[^[0-9a-f]/gi, result = [] @@ -22,7 +23,7 @@ function scrape() { console.log(result[0]); write('
'); write(result[0]); - write('
') + write(''); write('
') } if(i == 0) { -- cgit v1.2.3