mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
analytics overhaul
This commit is contained in:
parent
fb7cbe0c8f
commit
1885fba5a0
17 changed files with 38 additions and 48 deletions
|
@ -2,7 +2,7 @@ tabs.sensors = {};
|
|||
tabs.sensors.initialize = function(callback) {
|
||||
GUI.active_tab_ref = this;
|
||||
GUI.active_tab = 'sensors';
|
||||
ga_tracker.sendAppView('Sensor Page');
|
||||
googleAnalytics.sendAppView('Sensor Page');
|
||||
|
||||
function initSensorData(){
|
||||
for (var i = 0; i < 3; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue