front: removed download popup auto closing

This commit is contained in:
wukko
2023-12-05 15:50:01 +06:00
parent d34337370f
commit e605a99d54
2 changed files with 1 additions and 4 deletions

View File

@@ -425,9 +425,6 @@ async function download(url) {
changeDownloadButton(2, '>>>');
if (sGet("downloadPopup") === "true") {
popup('download', 1, j.url)
setTimeout(() => {
hideAllPopups()
}, 85000)
} else {
if (isMobile || isSafari) {
window.location.href = j.url;