Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jandutkiewicz0309 committed Oct 2, 2023
1 parent 7bb340d commit 91f8733
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,7 @@ export class NightlySelector extends LitElement {
}

downloadApp = () => {
const a = document.createElement('a')
a.href = this.link
a.download = this.link
document.body.appendChild(a)
a.click()
document.body.removeChild(a)
window.open(this.link, '_blank')
}

backToPage = () => {
Expand Down

0 comments on commit 91f8733

Please sign in to comment.