mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Merge remote-tracking branch 'origin/master' into shim-webcrypto
This commit is contained in:
@@ -44,6 +44,9 @@ $(document).ready(function() {
|
||||
});
|
||||
$('#download-btn').click(download);
|
||||
function download() {
|
||||
// Disable the download button to avoid accidental double clicks.
|
||||
$('#download-btn').attr('disabled', 'disabled');
|
||||
|
||||
storage.totalDownloads += 1;
|
||||
|
||||
const fileReceiver = new FileReceiver();
|
||||
|
||||
Reference in New Issue
Block a user