Commit f85504bf by Matteo

Sistemato titolo su desktop

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