This commit is contained in:
parent
728d8f45cf
commit
90eaa0cbf1
2 changed files with 0 additions and 8 deletions
BIN
-.webp
Normal file
BIN
-.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -32,20 +32,12 @@
|
|||
|
||||
const id = setInterval(() => {
|
||||
if (document.cookie.includes('downloading=0')) {
|
||||
console.log("FINITO!")
|
||||
downloading = false && clearInterval(id);
|
||||
}
|
||||
}, 1000);
|
||||
};
|
||||
|
||||
const createAnchor = () => {
|
||||
console.log({
|
||||
source,
|
||||
link,
|
||||
format,
|
||||
metadata
|
||||
});
|
||||
|
||||
if (!(source && link && format)) {
|
||||
disabled = true;
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue