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 43d0281 commit ddebca2Copy full SHA for ddebca2
_layouts/base.html
@@ -149,7 +149,8 @@
149
const newPath = `/repo/${repoPath}/${branchPath}/`;
150
window.location.href = newPath;
151
} else {
152
- // Normal page load - trigger fetch automatically for repo pages
+ // Trigger fetch automatically for repo pages
153
+ // The static-repo.js script will prevent actual fetching for static pages
154
setTimeout(function() {
155
document.getElementById('fetchButton').click();
156
}, 100);
0 commit comments