浏览代码

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();
     };