mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
labels
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user