diff options
author | friendica <info@friendica.com> | 2012-04-28 16:55:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-28 16:55:07 -0700 |
commit | 8a112aee0012383c5328021a5b0637957439cbaa (patch) | |
tree | f2af8974ea89681176febc1538ee10a1ba839b25 | |
parent | 4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284 (diff) | |
parent | a757afc6bd516d55e42657265804115417507055 (diff) | |
download | volse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.tar.gz volse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.tar.bz2 volse-hubzilla-8a112aee0012383c5328021a5b0637957439cbaa.zip |
Merge https://github.com/friendica/friendica into pull
-rw-r--r-- | view/theme/cleanzero/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/cleanzero/theme.php b/view/theme/cleanzero/theme.php index cc924539e..c99361997 100644 --- a/view/theme/cleanzero/theme.php +++ b/view/theme/cleanzero/theme.php @@ -108,7 +108,7 @@ $a->page['htmlhead'] .= ' <script> $(function() { - $(".wall-item-content-wrapper img").aeImageResize({height: '.$resize.', width: '.$resize.'}); + $(".wall-item-content img").aeImageResize({height: '.$resize.', width: '.$resize.'}); }); </script>';} } |