diff --git a/js/interface_common.js b/js/interface_common.js index a92f4b5..b235940 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -119,10 +119,6 @@ function openProfileModal(e) unfollow(username); }); }; - $mc = $('.modal-content'); - $mch = parseInt($('.modal-content').css('height'));// - $pch = parseInt($('.profile-card').css('height'));// - $mc.css('height', $mch - ($pch + Math.floor($mch/50)));//hed//fix .modal-content height } function newHashtagModal(hashtag) {