1. Included ellipsis for very long monikers in the side bar for the person level vis.
This commit is contained in:
parent
8c77970189
commit
ef7d36bba5
2 changed files with 27 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue