aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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
commit46019c47317d993e3b2ffafe62722ef01cd8e0d2 (patch)
treec46b434c60487fe3dd7d8b9a78e8410741b859dc /index.html
parent3459e20be1ccf864288ba8d5be7ee96bb29da42f (diff)
save output, too
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 28a02fc..db3189b 100644
--- a/index.html
+++ b/index.html
@@ -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;
}