mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 04:05:34 +00:00
allow send another file link to open in new tab
This commit is contained in:
@@ -6,9 +6,9 @@ require('jquery-circle-progress');
|
||||
const Raven = window.Raven;
|
||||
$(document).ready(function() {
|
||||
$('#download-progress').hide();
|
||||
$('.send-new').click(() => {
|
||||
window.location.replace(`${window.location.origin}`);
|
||||
});
|
||||
//link back to homepage
|
||||
$('.send-new').attr('href', window.location.origin);
|
||||
|
||||
const filename = $('#dl-filename').html();
|
||||
|
||||
//initiate progress bar
|
||||
|
||||
Reference in New Issue
Block a user