mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
sprinkle in some tracking events for firmware flashing
This commit is contained in:
parent
959edc85e7
commit
05dfaf910d
4 changed files with 8 additions and 3 deletions
|
@ -14,9 +14,7 @@ function tab_initialize_default() {
|
|||
$('a.firmware_flasher').click(tab_initialize_firmware_flasher);
|
||||
|
||||
$('div.welcome a').click(function() {
|
||||
var url = $(this).prop('href');
|
||||
|
||||
ga_tracker.sendEvent('ExternalUrls', 'Click', url);
|
||||
ga_tracker.sendEvent('ExternalUrls', 'Click', $(this).prop('href'));
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue