mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
fix send new file links
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const FileReceiver = require('./fileReceiver');
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.send-new').click(() => {
|
||||
$('#send-file').click(() => {
|
||||
window.location.replace(`${window.location.origin}`);
|
||||
});
|
||||
let download = () => {
|
||||
|
||||
Reference in New Issue
Block a user