Commit be87ffca1a05b4413628987bcd70f490a7e7aee2
1 parent
ef8676a43d
Exists in
develop
Change
Codigo identado
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/shared/promocion/promocion.component.ts
| ... | ... | @@ -47,7 +47,7 @@ export class PromocionComponent implements OnInit { |
| 47 | 47 | this.modalRef.hide(); |
| 48 | 48 | } |
| 49 | 49 | }, err => console.error(err)); |
| 50 | - this.mediaPantalla(); | |
| 50 | + this.mediaPantalla(); | |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | openModalSinonimos(sinonimosData: ISinonimo[]) { |
| ... | ... | @@ -73,7 +73,7 @@ export class PromocionComponent implements OnInit { |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | 75 | mediaPantalla() { |
| 76 | - if($('body').hasClass('media-pantalla')) { | |
| 76 | + if ($('body').hasClass('media-pantalla')) { | |
| 77 | 77 | $('.modal-content').addClass('media-pantalla'); |
| 78 | 78 | } |
| 79 | 79 | } |