mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-08 01:34:26 +02: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;
|
||||
download(eid("url-input-area").value);
|
||||
}
|
||||
button();
|
||||
}
|
||||
async function download(url) {
|
||||
changeDownloadButton(2, '...');
|
||||
|
Loading…
x
Reference in New Issue
Block a user