1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

disable stats

This commit is contained in:
nathan 2016-06-15 22:25:11 -07:00
parent 640bd8792b
commit cbb7122336
28 changed files with 19 additions and 108 deletions

View file

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