Commit 38f25b31c7ea08abd0f643a8f7a52d8b742ebb19
1 parent
099584bd37
Exists in
develop
agrego img not found cuando la promo no tiene imagen
Showing
2 changed files
with
7 additions
and
8 deletions
Show diff stats
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