Skip to content

Commit

Permalink
fix diff_view path
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Sep 25, 2024
1 parent 946253a commit 17e782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orochi/templates/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h5 class="offcanvas-title" id="leftNoteLabel">History Log</h5>
}).get();
var plugin = $(this).data('plugin');
if (indexes.length == 2) {
var url = `diff_view/${indexes[0]}/${indexes[1]}/${plugin}`;
var url = `/diff_view/${indexes[0]}/${indexes[1]}/${plugin}`;
window.open(url, "_blank");
}
});
Expand Down

0 comments on commit 17e782f

Please sign in to comment.