Browse Source

revert profile's height tweaking by code

master
Miguel Freitas 11 years ago
parent
commit
38aea75c8b
  1. 4
      js/interface_common.js

4
js/interface_common.js

@ -119,10 +119,6 @@ function openProfileModal(e) @@ -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) {

Loading…
Cancel
Save