Skip to content

Commit ddebca2

Browse files
committed
Update base.html
1 parent 43d0281 commit ddebca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
const newPath = `/repo/${repoPath}/${branchPath}/`;
150150
window.location.href = newPath;
151151
} else {
152-
// Normal page load - trigger fetch automatically for repo pages
152+
// Trigger fetch automatically for repo pages
153+
// The static-repo.js script will prevent actual fetching for static pages
153154
setTimeout(function() {
154155
document.getElementById('fetchButton').click();
155156
}, 100);

0 commit comments

Comments
 (0)