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:
parent
426cf51e47
commit
e401b1ffce
6 changed files with 6 additions and 6 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue