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:
parent
75e0accf75
commit
799fc76c8e
11 changed files with 22 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue