1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +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

@ -6,7 +6,7 @@ tabs.cli.initialize = function(callback) {
var self = this;
GUI.active_tab_ref = this;
GUI.active_tab = 'cli';
ga_tracker.sendAppView('CLI Page');
googleAnalytics.sendAppView('CLI Page');
$('#content').load("./tabs/cli.html", function() {
// translate to user-selected language