diff options
author | Özgür Kesim <oec@codeblau.de> | 2019-06-19 14:00:45 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2019-06-19 14:00:45 +0200 |
commit | 46019c47317d993e3b2ffafe62722ef01cd8e0d2 (patch) | |
tree | c46b434c60487fe3dd7d8b9a78e8410741b859dc /index.html | |
parent | 3459e20be1ccf864288ba8d5be7ee96bb29da42f (diff) |
save output, too
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ function run() { switch (req.status) { case 200: if (req.getResponseHeader("Content-Type") === "image/png") { - output.innerHTML = '<img src="data:image/png;base64,' + req.responseText + '"/>'; + output.innerHTML = '<img src="data:image/png;base64,' + req.responseText+ '"/>'; } else { output.innerHTML = req.responseText; } |