This commit is contained in:
tiago.kayaya
2021-04-01 16:11:35 +01:00
parent 3117b38efb
commit ec2b1f307e
4 changed files with 5 additions and 4 deletions
@@ -108,7 +108,7 @@ export class ExpedienteDetailPage implements OnInit {
viewDocument(){
const url: string = this.task.DocumentURL.replace("webTRIX.Viewer","webTRIX.Viewer.Branch1");
const browser = this.iab.create(url,"_parent");
const browser = this.iab.create(url,"_blank");
browser.show();
}