mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Added analytics for new configurator elements.
This commit is contained in:
parent
93e4cf83b8
commit
005868bc07
11 changed files with 242 additions and 120 deletions
|
@ -51,6 +51,8 @@ CliAutoComplete.setEnabled = function(enable) {
|
|||
};
|
||||
|
||||
CliAutoComplete.initialize = function($textarea, sendLine, writeToOutput) {
|
||||
analytics.sendEvent(analytics.EVENT_CATEGORIES.APPLICATION, 'CliAutoComplete', this.configEnabled);
|
||||
|
||||
this.$textarea = $textarea;
|
||||
this.forceOpen = false,
|
||||
this.sendLine = sendLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue