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

use name from .manifest instead of hard written one

This commit is contained in:
cTn 2014-08-17 14:20:28 +02:00
parent 2a3d261465
commit 6ca1ca2516

View file

@ -44,7 +44,7 @@ $(document).ready(function () {
// check release time to inform people in case they are running old release
if (CONFIGURATOR.releaseDate < (new Date().getTime() - (86400000 * 60))) { // 1 day = 86400000 miliseconds, * 60 = 2 month window
GUI.log('You\'re using an old version of Baseflight - Configurator. Please update so you can benefit from recently added features and bugfixes.');
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.');
}