1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +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

@ -10,7 +10,7 @@ TABS.cli.initialize = function (callback) {
if (GUI.active_tab != 'cli') {
GUI.active_tab = 'cli';
googleAnalytics.sendAppView('CLI Page');
googleAnalytics.sendAppView('CLI');
}
$('#content').load("./tabs/cli.html", function () {