mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 04:20:12 +02:00
front: removed download popup auto closing
This commit is contained in:
parent
d34337370f
commit
e605a99d54
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cobalt",
|
||||
"description": "save what you love",
|
||||
"version": "7.7",
|
||||
"version": "7.7.1",
|
||||
"author": "wukko",
|
||||
"exports": "./src/cobalt.js",
|
||||
"type": "module",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user