fixes 289

This commit is contained in:
Abhinav Adduri 2017-07-24 10:52:54 -07:00
parent 9136694d29
commit 6ef9f8fa43
3 changed files with 15555 additions and 5 deletions

View file

@ -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());