summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst@digdash.com>2025-01-23 15:08:47 +0100
committerJulian Hurst <julian.hurst@digdash.com>2025-01-23 15:08:47 +0100
commit13be6af305a69e58821d79a1ecbd64199a8981c4 (patch)
treed62e2ac0eb534d30a6e51773e6d867ab3d4ac1d1
parentf8096a719ef21b331d0ecca0745911b3f7d16771 (diff)
downloadbox-13be6af305a69e58821d79a1ecbd64199a8981c4.tar.gz
Make resId a link in index.html
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
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: <a href=\"/" + resourceId + "\">" + resourceId + "</a>";
}
}
if (xhr.readyState === xhr.HEADERS_RECEIVED) {