1. Included ellipsis for very long monikers in the side bar for the person level vis.

This commit is contained in:
cdtank 2010-07-09 20:50:23 +00:00
parent 8c77970189
commit ef7d36bba5
2 changed files with 27 additions and 5 deletions

View file

@ -261,6 +261,13 @@ $(document).ready(function(){
"ego_profile_image",
jQuery.parseJSON(getWellFormedURLs("${requestScope.egoURIParam}", "profile_info")));
/*
if ($('#profileMoniker').text().length > 30) {
//$('#profileMoniker').text($('#profileMoniker').text().substr(0, 30) + "...");
console.log("what");
}*/
<c:if test='${numOfCoAuthorShips <= 0}'>
if ($('#ego_label').text().length > 0) {