mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Merge pull request #914 from McGiverGim/bf-fix_update_window
Fix update window
This commit is contained in:
commit
bf2bd509be
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ function notifyOutdatedVersion(releaseData) {
|
|||
$('.dialogConfiguratorUpdate-websitebtn').click(function() {
|
||||
dialog.close();
|
||||
|
||||
window.open(versions[0].html_url);
|
||||
window.open(versions[0].html_url, '_blank');
|
||||
});
|
||||
|
||||
dialog.showModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue