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;
|
||||
download(eid("url-input-area").value);
|
||||
}
|
||||
button();
|
||||
}
|
||||
async function download(url) {
|
||||
changeDownloadButton(2, '...');
|
||||
|
|
Loading…
Reference in a new issue