mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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
|
@ -2,8 +2,9 @@ tabs.sensors = function() {
|
|||
};
|
||||
|
||||
tabs.sensors.initialize = function(callback) {
|
||||
ga_tracker.sendAppView('Sensor Page');
|
||||
GUI.active_tab_ref = this;
|
||||
GUI.active_tab = 'sensors';
|
||||
ga_tracker.sendAppView('Sensor Page');
|
||||
|
||||
function initSensorData(){
|
||||
for (var i = 0; i < 3; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue