1
0
Fork 0
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:
cTn 2014-07-10 18:51:02 +02:00
parent 75e0accf75
commit 799fc76c8e
11 changed files with 22 additions and 11 deletions

View file

@ -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++) {