aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-04 14:48:14 -0800
committerfriendica <info@friendica.com>2015-01-04 14:48:14 -0800
commit47526cdecf234bd097072737e5af2a3835d7cc9c (patch)
treed72f4b3a8199d1b0ea784d89c55ca45984faee28 /view
parent82a37ebae3622c28b7ffcc21c5e3d8b78279ebdf (diff)
parent91cb76aa99d56a134717dfe427d3abd8e81061af (diff)
downloadvolse-hubzilla-47526cdecf234bd097072737e5af2a3835d7cc9c.tar.gz
volse-hubzilla-47526cdecf234bd097072737e5af2a3835d7cc9c.tar.bz2
volse-hubzilla-47526cdecf234bd097072737e5af2a3835d7cc9c.zip
Merge branch 'master' into trinidad
Diffstat (limited to 'view')
-rw-r--r--view/js/acl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index f9428e1c5..77c65e21d 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -258,7 +258,7 @@ ACL.prototype.get = function(start,count, search){
}
ACL.prototype.populate = function(data){
- var height = Math.ceil(data.tot / that.nw) * 42;
+ var height = Math.ceil(data.items.length / that.nw) * 42;
that.list_content.height(height);
$(data.items).each(function(){
html = "<div class='acl-list-item {4} {7} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>";