mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
analytics overhaul
This commit is contained in:
parent
fb7cbe0c8f
commit
1885fba5a0
17 changed files with 38 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue