* fixed forced tspinfo between 10:30 and 11:00

This commit is contained in:
Dávid Danyi 2017-09-20 11:04:12 +02:00
parent f4ce7ec951
commit cc8a3ddd03

View File

@ -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;
}
}