diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-28 20:16:25 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-28 20:16:25 -0400 |
commit | ecd1dab373a1fccb1663023f6515ed148475079d (patch) | |
tree | 144978a5312ec9d81cd43fbf74a99fd4789922fb /view/theme | |
parent | 9413900a9f9cb3c455ee4f0300224dec3a4a9f75 (diff) | |
parent | 8a112aee0012383c5328021a5b0637957439cbaa (diff) | |
download | volse-hubzilla-ecd1dab373a1fccb1663023f6515ed148475079d.tar.gz volse-hubzilla-ecd1dab373a1fccb1663023f6515ed148475079d.tar.bz2 volse-hubzilla-ecd1dab373a1fccb1663023f6515ed148475079d.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
a few more continues that should be returns
small bugfix. sometimes also avatar pics were rescaled
* master:
Diffstat (limited to 'view/theme')
-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>';} } |