Moved report to sub folder.

This commit is contained in:
David Maisonave
2024-11-05 19:57:13 -05:00
parent ffd0dfec84
commit daa2c7990c
5 changed files with 131 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ $(document).ready(function(){
else if (this.id === "viewreport")
{
var reportUrl = window.location.href;
reportUrl = reportUrl.replace("DupFileManager/advance_options.html", "DuplicateTagScenes.html");
reportUrl = reportUrl.replace("advance_options.html", "report/DuplicateTagScenes.html");
console.log("reportUrl = " + reportUrl);
window.open(reportUrl, "_blank");
}