This commit is contained in:
friendica 2012-04-28 16:55:07 -07:00
commit 8a112aee00
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $a->page['htmlhead'] .= '
<script> <script>
$(function() { $(function() {
$(".wall-item-content-wrapper img").aeImageResize({height: '.$resize.', width: '.$resize.'}); $(".wall-item-content img").aeImageResize({height: '.$resize.', width: '.$resize.'});
}); });
</script>';} </script>';}
} }