revert profile's height tweaking by code

This commit is contained in:
Miguel Freitas 2014-03-25 17:19:49 -03:00
parent a30b28c965
commit 38aea75c8b

View File

@ -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) {