From 46019c47317d993e3b2ffafe62722ef01cd8e0d2 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 19 Jun 2019 14:00:45 +0200 Subject: save output, too --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') 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 = ''; + output.innerHTML = ''; } else { output.innerHTML = req.responseText; } -- cgit v1.2.3