aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-28 16:46:12 -0700
committerfriendica <info@friendica.com>2012-04-28 16:46:12 -0700
commita757afc6bd516d55e42657265804115417507055 (patch)
tree83113d11b25aa2fa8c074c62eda343fc604f55b2
parent44700b914da591ff3535358db34d035014611264 (diff)
parent3f586bb962857e39950adfd747cfc875b7cf1dd0 (diff)
downloadvolse-hubzilla-a757afc6bd516d55e42657265804115417507055.tar.gz
volse-hubzilla-a757afc6bd516d55e42657265804115417507055.tar.bz2
volse-hubzilla-a757afc6bd516d55e42657265804115417507055.zip
Merge pull request #275 from cvogeley/master
small bugfix. sometimes also avatar pics were rescaled
-rw-r--r--view/theme/cleanzero/theme.php2
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>';}
}