mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +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() {
|
$('.dialogConfiguratorUpdate-websitebtn').click(function() {
|
||||||
dialog.close();
|
dialog.close();
|
||||||
|
|
||||||
window.open(versions[0].html_url);
|
window.open(versions[0].html_url, '_blank');
|
||||||
});
|
});
|
||||||
|
|
||||||
dialog.showModal();
|
dialog.showModal();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue