$a->page['htmlhead'] .= <<< EOT
<script type="text/javascript">
-function collapseHeight(elems) {
- var elemName = '.wall-item-body:not(.divmore)';
- if(typeof elems != 'undefined') {
- elemName = elems + ' ' + elemName;
- }
- $(elemName).each(function() {
- if($(this).height() > 450) {
- $('html').height($('html').height());
- $(this).divgrow({ initialHeight: 400, showBrackets: false, speed: 0 });
- $(this).addClass('divmore');
- $('html').height('auto');
- }
- });
-}
-
function insertFormatting(comment,BBcode,id) {
var tmpStr = $("#comment-edit-text-" + id).val();