diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 15:08:47 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 15:08:47 +0100 |
| commit | 13be6af305a69e58821d79a1ecbd64199a8981c4 (patch) | |
| tree | d62e2ac0eb534d30a6e51773e6d867ab3d4ac1d1 /templates | |
| parent | f8096a719ef21b331d0ecca0745911b3f7d16771 (diff) | |
| download | box-13be6af305a69e58821d79a1ecbd64199a8981c4.tar.gz | |
Make resId a link in index.html
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
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) { |
