2011-01-24 21:21:09 +00:00
|
|
|
/* $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
|
2011-01-26 22:17:19 +00:00
|
|
|
$('.overview-value').truncate({max_length: 500});
|
2011-01-24 21:21:09 +00:00
|
|
|
|
|
|
|
});
|