Skip to content

Commit

Permalink
fix: multilingual redirect on test from the result page
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier committed Jan 3, 2024
1 parent 73797d0 commit b1f8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function initButtonRemakeAnalysis() {
e.preventDefault();

const url = ResultCacheService.getLast().url;
await AnalysisService.launchAnalysisByURL(url);
await AnalysisService.launchAnalysisByURL(url, window.location.pathname);
});
}

Expand Down

0 comments on commit b1f8526

Please sign in to comment.