auto-git:
[change] renderer.js
This commit is contained in:
@@ -542,14 +542,13 @@ async function startLiveCountdown(folderObj, msLeft) {
|
||||
setTextColor(document.body.classList.contains('sky-mode') ? 'sky' : 'default');
|
||||
|
||||
// Dynamischer Renderbutton
|
||||
/* statt dessen einfach den tree auslesen
|
||||
const readmePath = path.join(folderPath, 'README.md');
|
||||
// statt dessen lieber den tree auslesen?
|
||||
const readmePath = path.join(folder.path, 'README.md');
|
||||
if (fs.existsSync(readmePath)) {
|
||||
readmeBtn.textContent = 'Update README';
|
||||
} else {
|
||||
readmeBtn.textContent = 'Generate README';
|
||||
}
|
||||
*/
|
||||
|
||||
// --- Seitenwahl beim Ordnerwechsel ---
|
||||
let usePage = page;
|
||||
|
||||
Reference in New Issue
Block a user