1
0
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:
Kyle Spearrin
2017-04-24 14:24:16 -04:00
parent 45b243c6b3
commit 69f06020b8
12 changed files with 42 additions and 42 deletions

View File

@@ -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');
}
});
});