Commit f91f7925 by Matteo

Sistemato bug su titolo

parent 2ca0b1eb
...@@ -209,6 +209,8 @@ export class HomePage { ...@@ -209,6 +209,8 @@ export class HomePage {
this.idStrutturaSel = struttutaSel.id; this.idStrutturaSel = struttutaSel.id;
this.showMenuButton = true; this.showMenuButton = true;
if(!this.platform.is("desktop")) this.closeSideMenu(); if(!this.platform.is("desktop")) this.closeSideMenu();
UtilService.titoloPagina = '';
this.events.publish('functionCall:cambiaTitolo', null);
this.router.navigateByUrl('home/index'); this.router.navigateByUrl('home/index');
} }
......
...@@ -103,8 +103,8 @@ $grigio-superlite: #e5e5ea; ...@@ -103,8 +103,8 @@ $grigio-superlite: #e5e5ea;
.home-height .home-height
{ {
height: 80px; height: 100px;
background-size: 100% 80px; background-size: 100% 100px;
} }
.subpage-height .subpage-height
......
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