diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-29 11:08:31 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-29 11:08:31 -0400 |
commit | cfc5a8f52fca9423171d023ba91796a52911fd84 (patch) | |
tree | ac0885bc0cbe27164606c925028c6d200bf2ac47 | |
parent | 6c36720a9e737eccb9eb64d178040594899f9a4f (diff) |
nolabel
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ function scrape() { console.log(result[0]); write('<div>'); write(result[0]); - write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=.">'); + write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=+">'); write('</div>') } if(i == 0) { |