1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Update the message that reminders users to check for new versions rather

than blindly assuming a new version is available.
This commit is contained in:
Dominic Clifton 2015-01-03 22:30:40 +00:00
parent 9f07f438e2
commit 1ac581654d

View file

@ -39,7 +39,7 @@ $(document).ready(function () {
console.log('Application version is valid for another: ' + Math.round((CONFIGURATOR.releaseDate - (new Date().getTime() - (86400000 * 60))) / 86400000) + ' days');
} else {
console.log('Application version expired');
GUI.log('You\'re using an old version of ' + chrome.runtime.getManifest().name + '. Please update so you can benefit from recently added features and bugfixes.');
GUI.log('You are using an old version of ' + chrome.runtime.getManifest().name + '. There may be a more recent version with improvements and fixes.');
}
// log webgl capability