From be87ffca1a05b4413628987bcd70f490a7e7aee2 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Thu, 23 Jan 2020 14:26:29 -0300 Subject: [PATCH] Change Codigo identado --- src/app/shared/promocion/promocion.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/promocion/promocion.component.ts b/src/app/shared/promocion/promocion.component.ts index 06b6ea1..ec6cda1 100644 --- a/src/app/shared/promocion/promocion.component.ts +++ b/src/app/shared/promocion/promocion.component.ts @@ -47,7 +47,7 @@ export class PromocionComponent implements OnInit { this.modalRef.hide(); } }, err => console.error(err)); - this.mediaPantalla(); + this.mediaPantalla(); } openModalSinonimos(sinonimosData: ISinonimo[]) { @@ -73,7 +73,7 @@ export class PromocionComponent implements OnInit { } mediaPantalla() { - if($('body').hasClass('media-pantalla')) { + if ($('body').hasClass('media-pantalla')) { $('.modal-content').addClass('media-pantalla'); } } -- 1.9.1