This commit is contained in:
Peter Maquiran
2023-06-10 15:58:45 +01:00
parent 2f6588c164
commit ffa1f34b4c
39 changed files with 128 additions and 281 deletions
-3
View File
@@ -122,10 +122,8 @@ export class HomePage implements OnInit {
SessionStore.setUrlBeforeInactivity(pathname)
if (this.platform.is('mobileweb')) {
// this.router.navigate(['/inactivity']);
window.location.pathname = '/inactivity'
} else {
// this.router.navigate(['/']);
window.location.pathname = '/'
}
}
@@ -135,7 +133,6 @@ export class HomePage implements OnInit {
}
goto(url) {
// this.router.navigateByUrl('/home/events', { replaceUrl: true });
this.router.navigate([url], { replaceUrl: true })
}