Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2022-01-04 18:27:54 +0300
committerGitHub <noreply@github.com>2022-01-04 18:27:54 +0300
commit21344642679180b091ff1772dc0e3d52b0b6584c (patch)
treeb7ec437dd8fe8de055921ecab72cdaeb392b6797 /static
parentf29aa9b4faa9678641eea43db155033e866e883b (diff)
Remove unused `adjustSkillCardsHeight();` function (#488)
Diffstat (limited to 'static')
-rw-r--r--static/js/home.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/home.js b/static/js/home.js
index 91fc725..d1c0b5f 100644
--- a/static/js/home.js
+++ b/static/js/home.js
@@ -338,7 +338,6 @@ var projectCards;
// re-render custom functions on window resize
window.onresize = function () {
detectDevice();
- adjustSkillCardsHeight();
adjustRecentPostsHeight();
showAchievements();
};