Преглед изворни кода

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

Emruz Hossain пре 3 година
родитељ
комит
2134464267
1 измењених фајлова са 0 додато и 1 уклоњено
  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();
     };