1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

hooking up all of the active_tab references

This commit is contained in:
cTn 2014-07-10 18:51:02 +02:00
parent 75e0accf75
commit 799fc76c8e
11 changed files with 22 additions and 11 deletions

View file

@ -28,8 +28,9 @@ tabs.cli = function() {
};
tabs.cli.initialize = function(callback) {
ga_tracker.sendAppView('CLI Page');
GUI.active_tab_ref = this;
GUI.active_tab = 'cli';
ga_tracker.sendAppView('CLI Page');
// remove any active interval for delayed command
MSP.callbacks_cleanup();