mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
fixed a silly error
now download button actually displays states instead of breaking
This commit is contained in:
parent
4e2036e733
commit
561dcd445b
@ -244,7 +244,6 @@ async function pasteClipboard() {
|
|||||||
eid("url-input-area").value = t;
|
eid("url-input-area").value = t;
|
||||||
download(eid("url-input-area").value);
|
download(eid("url-input-area").value);
|
||||||
}
|
}
|
||||||
button();
|
|
||||||
}
|
}
|
||||||
async function download(url) {
|
async function download(url) {
|
||||||
changeDownloadButton(2, '...');
|
changeDownloadButton(2, '...');
|
||||||
|
Loading…
Reference in New Issue
Block a user