diff options
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/js/main.js b/js/main.js index d86107c5b..fc24aafe2 100644 --- a/js/main.js +++ b/js/main.js @@ -708,35 +708,6 @@ jQuery.timeago.settings.strings = { numbers: tago17 }; -//$('.wall-item-content').each(function() { - -// var totalHeight = 0; -// $(this).children().each(function(){ -// totalHeight += $(this).outerHeight(true); // true = include margins -// }); -// if(totalHeight > 400) { -// $(this).css({'overflow-y':'hidden','max-height' : '400px'}); - -// } -// else { -// $(this).css('overflow-y','visible'); -// } -// }); - - -$('.wall-item-content').css({'overflow-y':'hidden','max-height' : '400px'}); - -$('.wall-item-content').focus( - function() { - $(this).css('overflow-y','visible') - }); - -$('.wall-item-content').focusout( - function() { - $(this).css( { 'overflow-y' : 'hidden','max-height' : '400px'}); - } -); - $("abbr.wall-item-ago-time").timeago(); });
\ No newline at end of file |