1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Added checking for latest configurator release and update notification.

This commit is contained in:
mikeller 2017-12-03 18:41:11 +13:00
parent 8278ba83a4
commit ec8b7449f8
9 changed files with 225 additions and 199 deletions

View file

@ -325,8 +325,7 @@ GUI_control.prototype.show_modal = function (title, message) {
var popup = new jBox('Modal', {
title: title,
content: message,
closeButton: 'title',
closeOnClick: 'box'
closeButton: 'title'
});
popup.open();