1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

renaming some of the appview hits

This commit is contained in:
cTn 2014-10-30 12:33:39 +01:00
parent 426cf51e47
commit e401b1ffce
6 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ TABS.sensors.initialize = function (callback) {
if (GUI.active_tab != 'sensors') {
GUI.active_tab = 'sensors';
googleAnalytics.sendAppView('Sensor Page');
googleAnalytics.sendAppView('Sensors');
}
function initSensorData(){