diff --git a/frontend/src/download.js b/frontend/src/download.js
index 6a7f77f1..b0e05fe9 100644
--- a/frontend/src/download.js
+++ b/frontend/src/download.js
@@ -42,10 +42,6 @@ $(document).ready(function() {
});
});
- $('#expired-send-new').click(function() {
- storage.referrer = 'errored-download';
- });
-
const filename = $('#dl-filename').text();
const bytelength = Number($('#dl-bytelength').text());
const timeToExpiry = Number($('#dl-ttl').text());
diff --git a/views/notfound.handlebars b/views/notfound.handlebars
index e42fe893..9f89c95a 100644
--- a/views/notfound.handlebars
+++ b/views/notfound.handlebars
@@ -4,5 +4,5 @@