From cd98d1a35191351c0a80465ce15e84abd087aa5b Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Sat, 18 Jul 2020 21:21:45 +0200 Subject: [PATCH] Fix error related due to comment of unused section --- static/assets/js/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/js/home.js b/static/assets/js/home.js index 1842513..96170ae 100644 --- a/static/assets/js/home.js +++ b/static/assets/js/home.js @@ -139,7 +139,7 @@ var projectCards; // now render github button. it will call the github API and fill the respective fields renderGithubButton(); } - showGithubStars(); + //showGithubStars(); // ==================== Adjust height of the recent-posts card =============