1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

i180 release checker and changelog action

This commit is contained in:
Miguel Angel Mulero Martinez 2017-12-28 11:34:34 +01:00
parent 03533a5880
commit a073bf8a17
3 changed files with 18 additions and 6 deletions

View file

@ -28,7 +28,7 @@ TABS.landing.initialize = function (callback) {
$("#content").addClass('log_open');
state = true;
}
$(this).text(state ? 'Close' : 'Changelog');
$(this).text(state ? chrome.i18n.getMessage('close') : chrome.i18n.getMessage('defaultChangelogAction'));
$(this).data('state2', state);
});