1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 13:25:24 +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

@ -714,7 +714,6 @@ STM32DFU_protocol.prototype.upload_procedure = function (step) {
if (verify) {
console.log('Programming: SUCCESSFUL');
$('span.progressLabel').text('Programming: SUCCESSFUL');
googleAnalytics.sendEvent('Flashing', 'Programming', 'success');
// update progress bar
self.progress_bar_e.addClass('valid');
@ -724,7 +723,6 @@ STM32DFU_protocol.prototype.upload_procedure = function (step) {
} else {
console.log('Programming: FAILED');
$('span.progressLabel').text('Programming: FAILED');
googleAnalytics.sendEvent('Flashing', 'Programming', 'fail');
// update progress bar
self.progress_bar_e.addClass('invalid');
@ -769,4 +767,4 @@ STM32DFU_protocol.prototype.upload_procedure = function (step) {
};
// initialize object
var STM32DFU = new STM32DFU_protocol();
var STM32DFU = new STM32DFU_protocol();