mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
adding some google analytics stuff in
This commit is contained in:
parent
b3f00e6174
commit
1ff4fcb669
3 changed files with 84 additions and 1 deletions
|
@ -26,7 +26,14 @@ function disable_timers() {
|
|||
timers = [];
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Google Analytics stuff begin
|
||||
var service = analytics.getService('ice_cream_app');
|
||||
var ga_tracker = service.getTracker('UA-32728876-6');
|
||||
|
||||
ga_tracker.sendAppView('Application Started');
|
||||
// Google Analytics stuff end
|
||||
|
||||
$(document).ready(function() {
|
||||
var tabs = $('#tabs > ul');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue