mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Remove reference to "google"
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
else {
|
||||
// disable
|
||||
$analytics.eventTrack('Disabled Google Analytics');
|
||||
$analytics.eventTrack('Disabled Analytics');
|
||||
obj[constantsService.disableGaKey] = true;
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
$scope.disableGa = obj[constantsService.disableGaKey];
|
||||
$scope.$apply();
|
||||
if (!obj[constantsService.disableGaKey]) {
|
||||
$analytics.eventTrack('Enabled Google Analytics');
|
||||
$analytics.eventTrack('Enabled Analytics');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user