diff --git a/package.json b/package.json index e1db646..b78419f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 47a0d36..07a4a9b 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -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;