From 195c30de668d86050c063a98d00851c799f1fc36 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 21 Jan 2020 10:13:58 -0300 Subject: [PATCH] promos entran en una linea --- src/app/modules/admin/admin.component.ts | 12 ++++++------ src/app/shared/promocion/promocion.component.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/modules/admin/admin.component.ts b/src/app/modules/admin/admin.component.ts index 8ab1b52..7ad2215 100644 --- a/src/app/modules/admin/admin.component.ts +++ b/src/app/modules/admin/admin.component.ts @@ -15,16 +15,16 @@ export class AdminComponent implements OnInit { ) { } ngOnInit() { - // this.startTimeOutInactividad(); + this.startTimeOutInactividad(); } @HostListener('document:click', ['$event']) - // documentClick(event: MouseEvent) { - // if (event) { - // this.restartTimer(); - // } - // } + documentClick(event: MouseEvent) { + if (event) { + this.restartTimer(); + } + } restartTimer() { clearTimeout(this.timerReposo); diff --git a/src/app/shared/promocion/promocion.component.html b/src/app/shared/promocion/promocion.component.html index 36b226c..723c349 100644 --- a/src/app/shared/promocion/promocion.component.html +++ b/src/app/shared/promocion/promocion.component.html @@ -32,8 +32,8 @@
-

{{promo.DetArt}}

-

{{promo.PreVen | currency}}

+

{{promo.DetArt}}

+

{{promo.PreVen | currency}}

-- 1.9.1