mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 11:25:07 -05: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