diff options
| -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) { |
