From 382f5dd34b7d6760ba16e2cbe2c78e0034b2ca88 Mon Sep 17 00:00:00 2001 From: "hamza.hramchi" <hamza.hramchi@xelians.fr> Date: Fri, 4 Dec 2020 15:51:02 +0100 Subject: [PATCH] FEAT #15550 TIME 0:10 rm an unnecessary condition --- src/frontend/app/app.component.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/frontend/app/app.component.ts b/src/frontend/app/app.component.ts index f241e42328..e3e162147f 100755 --- a/src/frontend/app/app.component.ts +++ b/src/frontend/app/app.component.ts @@ -48,13 +48,6 @@ export class AppComponent { if (!environment.production) { this.debugMode = true; } - - if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { - this.signaturesService.mobileMode = true; - } else { - this.signaturesService.mobileMode = false; - } - } test() { -- GitLab