1
0
Fork 0
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:
cTn 2014-07-16 12:59:12 +02:00
parent fb7cbe0c8f
commit 1885fba5a0
17 changed files with 38 additions and 48 deletions

View file

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