refs #5293 open lilium in the same page
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-04-20 07:51:25 +02:00
parent 2bc190b01e
commit 84c2512847
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Controller extends Section {
async $onInit() { async $onInit() {
const url = await this.vnApp.getUrl(`claim/${this.$params.id}/photos`); const url = await this.vnApp.getUrl(`claim/${this.$params.id}/photos`);
window.open(url).focus(); window.location.href = url;
} }
} }