NIHVIVO-1315, NIHVIVO1316: Added ellipses to link "more" for showing more core:overview content

This commit is contained in:
mb863 2011-01-26 22:17:19 +00:00
parent e5a6ca4e9d
commit 7580db63e0
3 changed files with 10 additions and 7 deletions

View file

@ -3,6 +3,6 @@
$(document).ready(function(){
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
$('.individual-overview').truncate({max_length: 500});
$('.overview-value').truncate({max_length: 500});
});