auto-git:
[change] index.html [change] renderer.js
This commit is contained in:
@@ -7,6 +7,7 @@ window.addEventListener('DOMContentLoaded', async () => {
|
||||
const titleArrow = document.getElementById('folderTitleArrow');
|
||||
const contentList = document.getElementById('contentList');
|
||||
const readmeBtn = document.getElementById('readmeBtn');
|
||||
const initRepoBtn = document.getElementById('initRepoBtn');
|
||||
const pushBtn = document.getElementById('pushBtn');
|
||||
const panel = document.querySelector('.flex-1.p-4.overflow-y-auto');
|
||||
const PAGE_SIZE = 50;
|
||||
@@ -782,4 +783,4 @@ window.addEventListener('DOMContentLoaded', async () => {
|
||||
window.updateCatGlow = function(commitCount) {
|
||||
if (window.cat) window.cat.animateCatGlow(commitCount);
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user