Skip to content

Commit

Permalink
remove page reload (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
weearc authored Jan 28, 2024
1 parent 4d5d0f1 commit 4e3c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DownloadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4e3c516

Please sign in to comment.