From 13be6af305a69e58821d79a1ecbd64199a8981c4 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 23 Jan 2025 15:08:47 +0100 Subject: Make resId a link in index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e075436..1f2585b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ document.getElementById("progress").innerHTML = "Error: unknown"; } } else { - document.getElementById("progress").innerHTML = "Done: " + resourceId; + document.getElementById("progress").innerHTML = "Done: " + resourceId + ""; } } if (xhr.readyState === xhr.HEADERS_RECEIVED) { -- cgit v1.2.3