diff --git a/renderer.js b/renderer.js index c052eb7..06498ac 100644 --- a/renderer.js +++ b/renderer.js @@ -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); }; - */ + }); \ No newline at end of file