8 lines
287 B
JavaScript
8 lines
287 B
JavaScript
![]() |
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||
|
|
||
|
$(document).ready(function(){
|
||
|
|
||
|
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
|
||
|
$('.individual-overview').truncate({max_length: 500});
|
||
|
|
||
|
});
|