mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
Remove analytics events from toggle function
This commit is contained in:
@@ -47,15 +47,6 @@ export class AppComponent {
|
||||
}
|
||||
|
||||
toggleView() {
|
||||
if (this.showAll) {
|
||||
this.googleAnalyticsService.emitEvent('select_content', {
|
||||
event_label: 'timezone_closest',
|
||||
});
|
||||
} else {
|
||||
this.googleAnalyticsService.emitEvent('select_content', {
|
||||
event_label: 'timezone_list',
|
||||
});
|
||||
}
|
||||
this.showAll = !this.showAll;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user