1
0

Remove commented-out code in renderer.js

This commit is contained in:
2025-05-26 06:36:54 +02:00
parent 755dce2788
commit d6885f15c3

View File

@@ -699,11 +699,11 @@ folders.forEach(folderObj => {
// An deine Katzenanimation weitergeben!
window.updateCatGlow(todayCount);
});
/*
window.updateCatGlow = function(commitCount) {
// Übergib den Wert an animeCat.js
if (window.animateCatGlow) window.animateCatGlow(commitCount);
};
*/
});