mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-21 23:08:59 +00:00
Remove analytics events from toggle function
This commit is contained in:
@@ -47,15 +47,6 @@ export class AppComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
toggleView() {
|
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;
|
this.showAll = !this.showAll;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user