Skip to content

Commit

Permalink
fix: multilingual redirect on URL testing from the result page (#304)
Browse files Browse the repository at this point in the history
fix: multilingual redirect on test from the result page
  • Loading branch information
bgatellier authored Jan 6, 2024
1 parent 73797d0 commit cc47874
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 cc47874

Please sign in to comment.