1
0
Fork 0
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:
Michael Keller 2018-02-11 02:29:59 +13:00 committed by GitHub
commit bf2bd509be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();