Commit 38f25b31c7ea08abd0f643a8f7a52d8b742ebb19

Authored by Benjamin Rodriguez
1 parent 099584bd37
Exists in develop

agrego img not found cuando la promo no tiene imagen

src/app/modules/admin/admin.component.ts
... ... @@ -14,17 +14,17 @@ export class AdminComponent implements OnInit, OnDestroy {
14 14 ) { }
15 15  
16 16 ngOnInit() {
17   - this.inactiveScreen.startTimeOutInactividad();
  17 + // this.inactiveScreen.startTimeOutInactividad();
18 18 }
19 19  
20 20 ngOnDestroy() {
21   - clearTimeout(this.inactiveScreen.timerReposo);
  21 + // clearTimeout(this.inactiveScreen.timerReposo);
22 22 }
23 23  
24   - @HostListener('document:click', ['$event'])
25   - eventListener(event: Event) {
26   - clearTimeout(this.inactiveScreen.timerReposo);
27   - this.inactiveScreen.startTimeOutInactividad();
28   - }
  24 + // @HostListener('document:click', ['$event'])
  25 + // eventListener(event: Event) {
  26 + // clearTimeout(this.inactiveScreen.timerReposo);
  27 + // this.inactiveScreen.startTimeOutInactividad();
  28 + // }
29 29  
30 30 }
src/app/shared/header-publicidad/header-publicidad.component.ts
... ... @@ -68,7 +68,6 @@ export class HeaderPublicidadComponent implements OnInit {
68 68 }
69 69  
70 70 openModalConfirmacion(articulo: IArticulo) {
71   - console.log(articulo)
72 71 this.modalRef = this.modalService.show(ConfirmacionComponent,
73 72 {
74 73 initialState: {