Skip to content

Commit

Permalink
Added download URL to version API call
Browse files Browse the repository at this point in the history
  • Loading branch information
itemir committed Feb 16, 2015
1 parent 50d9845 commit 174a91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/thundersec.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function apiCheckVersion() {
'Would you like to download?';

if ( window.confirm (message) ) {
window.open (HOME_URL,'','chrome,centerscreen');
window.open (data['url'],'','chrome,centerscreen');
}
}
}, 'json');
Expand Down

0 comments on commit 174a91b

Please sign in to comment.