Skip to content

Commit 17e782f

Browse files
author
Davide Arcuri
committed
fix diff_view path
1 parent 946253a commit 17e782f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orochi/templates/website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ <h5 class="offcanvas-title" id="leftNoteLabel">History Log</h5>
466466
}).get();
467467
var plugin = $(this).data('plugin');
468468
if (indexes.length == 2) {
469-
var url = `diff_view/${indexes[0]}/${indexes[1]}/${plugin}`;
469+
var url = `/diff_view/${indexes[0]}/${indexes[1]}/${plugin}`;
470470
window.open(url, "_blank");
471471
}
472472
});

0 commit comments

Comments
 (0)