Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Changed to window.confirm from just confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Jul 8, 2016
1 parent 60e8169 commit 7f18d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var updater = new Vue({
event.preventDefault();
}

if (confirm('You must quit Storj Share to upgrade. Continue?')) {
if (window.confirm('You must quit Storj Share to upgrade. Continue?')) {
shell.openExternal(this.releaseURL);
app.quit();
}
Expand Down

0 comments on commit 7f18d10

Please sign in to comment.