Skip to content
Snippets Groups Projects
Commit 382f5dd3 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:10 rm an unnecessary condition

parent a7813ace
No related branches found
No related tags found
No related merge requests found
...@@ -48,13 +48,6 @@ export class AppComponent { ...@@ -48,13 +48,6 @@ export class AppComponent {
if (!environment.production) { if (!environment.production) {
this.debugMode = true; 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() { test() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment