aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2012-04-28 20:15:10 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2012-04-28 20:15:10 +0200
commit3f586bb962857e39950adfd747cfc875b7cf1dd0 (patch)
tree83113d11b25aa2fa8c074c62eda343fc604f55b2
parent44700b914da591ff3535358db34d035014611264 (diff)
downloadvolse-hubzilla-3f586bb962857e39950adfd747cfc875b7cf1dd0.tar.gz
volse-hubzilla-3f586bb962857e39950adfd747cfc875b7cf1dd0.tar.bz2
volse-hubzilla-3f586bb962857e39950adfd747cfc875b7cf1dd0.zip
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>';}
}