diff --git a/src/app/components/shared/footer/footer.component.ts b/src/app/components/shared/footer/footer.component.ts index 4d213caa998c89202c0d3067cf98589342d5016f..8ec754474ba67d65f51f78b2d8d36075be768c6c 100644 --- a/src/app/components/shared/footer/footer.component.ts +++ b/src/app/components/shared/footer/footer.component.ts @@ -82,13 +82,6 @@ export class FooterComponent implements OnInit { width: '80%' }); dialogRef.componentInstance.deviceType = this.deviceType; - dialogRef.afterOpened().subscribe(e => { - document.getElementById('outer_main_container').style.display = 'none'; - }); - dialogRef.afterClosed().subscribe(e => { - document.getElementById('outer_main_container').style.display = 'block'; - }); - } showCookieModal() {