mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-18 06:09:58 +00:00
fixed a silly error
now download button actually displays states instead of breaking
This commit is contained in:
parent
4e2036e733
commit
561dcd445b
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue