Commit a41a28cb by Matteo

fix

parent 16be4167
......@@ -235,6 +235,11 @@ export class HomePage {
selectStruttura(struttura:string)
{
if(struttura == "notifiche")
{
this.utilService.apriPagina(struttura);
return;
}
let ok = false;
switch(struttura)
{
......
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