From cc8a3ddd0386859975b7b8861248a174fdca2a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Wed, 20 Sep 2017 11:04:12 +0200 Subject: [PATCH] * fixed forced tspinfo between 10:30 and 11:00 --- src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d1d3394..3ea4eaf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -104,7 +104,6 @@ export class AppComponent implements OnInit, OnDestroy { this.autoSwitchEnabled = false; } if (!this.autoSwitchEnabled && now.getMinutes() > 30) { - this.navigateToPage(PAGE_TSPINFO); this.autoSwitchEnabled = true; } }