Commit 056d81ff by Matteo

fix

parent 96b59bf1
...@@ -862,7 +862,7 @@ export class UtilService { ...@@ -862,7 +862,7 @@ export class UtilService {
EventsService.setCaricaDati(); EventsService.setCaricaDati();
} }
else{ else{
this.router.navigate(['home']); if(UtilService.titoloPagina == "") this.router.navigate(['home']);
EventsService.setCaricaDati(); EventsService.setCaricaDati();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment