Commit f85504bf by Matteo

Sistemato titolo su desktop

parent a6d8110d
......@@ -337,6 +337,7 @@ export class SegreteriaPage implements OnInit {
var token = res.token;
if(this.platform.is("desktop")) window.open(this.httpClientDataService.P2PSingleSignOnUrl+token, "_system");
else this.iab.create(this.httpClientDataService.P2PSingleSignOnUrl+token, "_blank", this.options);
//else this.iab.create("http://www.google.it", "_blank", this.options);
},
(error: ErrorResponse) => {
var text = "Errore durante l'sso verso 2P2";
......
......@@ -596,8 +596,7 @@ strong {
height: 100%;
}
.documenti-title,
.preview-title
.documenti-title
{
//width: 100%;
margin-left: 100px;
......
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