This commit is contained in:
Tiago Kayaya
2020-08-28 13:38:49 +01:00
10 changed files with 4 additions and 194 deletions
@@ -37,7 +37,7 @@ export class AttachmentsPage implements OnInit {
async viewDocument(documenturl:string)
{
const url: string = documenturl.replace("webTRIX.Viewer","webTRIX.Viewer/branch1");
const url: string = documenturl.replace("webTRIX.Viewer","webTRIX.Viewer.Branch1");
const browser = this.iab.create(url,"_blank");
browser.show();
}