Explorar el Código

Remove unused `adjustSkillCardsHeight();` function (#488)

Emruz Hossain hace 3 años
padre
commit
2134464267
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      static/js/home.js

+ 0 - 1
static/js/home.js

@@ -338,7 +338,6 @@ var projectCards;
     // re-render custom functions on window resize
     window.onresize = function () {
       detectDevice();
-      adjustSkillCardsHeight();
       adjustRecentPostsHeight();
       showAchievements();
     };