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

Change lexical scope logging and help

This commit is contained in:
Mark Haslinghuis 2020-12-08 18:47:54 +01:00
parent 317f937fd5
commit d2f3860400
3 changed files with 69 additions and 75 deletions

View file

@ -2,8 +2,7 @@
TABS.help = {};
TABS.help.initialize = function (callback) {
var self = this;
if (GUI.active_tab != 'help') {
GUI.active_tab = 'help';
}