diff --git a/components/DownloadModal.vue b/components/DownloadModal.vue index 7844b7c..d4b925a 100644 --- a/components/DownloadModal.vue +++ b/components/DownloadModal.vue @@ -113,7 +113,7 @@ export default { const a = document.createElement("a") this.verifyPre(url) a.setAttribute("href", this.selectedVersionUrl) - a.setAttribute("download", name) + // a.setAttribute("download", name) a.click() a.remove() this.$modal.hide('download-dialog') @@ -134,7 +134,7 @@ export default { }, addCookie(cookieName, cookieValue, path) { document.cookie = `${cookieName}=${cookieValue}; max-age=300;` - setTimeout("location.reload()", 5000) + // setTimeout("location.reload()", 5000) }, selectedChanged(newVal) { if (this.selectedCategory === 0) { diff --git a/components/Mirrorlist.vue b/components/Mirrorlist.vue index ce2f468..7f735fa 100644 --- a/components/Mirrorlist.vue +++ b/components/Mirrorlist.vue @@ -57,7 +57,7 @@ :prop="item.prop" :label="item.label" >