We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad7d06 commit 8f31045Copy full SHA for 8f31045
web_src/js/features/repo-graph.ts
@@ -18,7 +18,7 @@ export function initRepoGraphGit() {
18
const params = new URLSearchParams(window.location.search);
19
params.set('mode', mode);
20
window.history.replaceState(null, '', `?${params.toString()}`);
21
- for (const link of document.querySelectorAll('#pagination .pagination a')) {
+ for (const link of document.querySelectorAll('#git-graph-body .pagination a')) {
22
const href = link.getAttribute('href');
23
if (!href) continue;
24
const url = new URL(href, window.location.href);
0 commit comments