From ad130f94bdca7edcfc5a9951eb5da1e4ce75c385 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 2 Apr 2025 17:54:45 +0200 Subject: ProxyPrefix: Fix GET link after upload --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 75f504c..12c99f4 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