mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 09:34:31 +02:00
limit number of items on profile page too; add show more back to Frost mobile; some show more fixes
This commit is contained in:
parent
0765ab5203
commit
c681e69794
8 changed files with 39 additions and 21 deletions
|
@ -350,7 +350,7 @@
|
|||
/* autocomplete @nicknames */
|
||||
$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
|
||||
|
||||
/*var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
||||
var bimgs = $j(".wall-item-body > img").not(function() { return this.complete; });
|
||||
var bimgcount = bimgs.length;
|
||||
|
||||
if (bimgcount) {
|
||||
|
@ -363,12 +363,12 @@
|
|||
});
|
||||
} else {
|
||||
collapseHeight();
|
||||
}*/
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
/* function collapseHeight() {
|
||||
function collapseHeight() {
|
||||
$j(".wall-item-body").each(function() {
|
||||
if($j(this).height() > 310) {
|
||||
if(! $j(this).hasClass('divmore')) {
|
||||
|
@ -377,7 +377,7 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
}*/
|
||||
}
|
||||
|
||||
function imgbright(node) {
|
||||
$j(node).removeClass("drophide").addClass("drop");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue