mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
[communityhome] Remove active user feature
- Updated README with latest addon state
This commit is contained in:
parent
9a30d2663d
commit
b739a08e22
3 changed files with 11 additions and 71 deletions
|
@ -15,9 +15,9 @@
|
|||
$("#tab_1").removeClass("active");
|
||||
e.preventDefault();
|
||||
return false;
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
{{if $noOid}}
|
||||
|
@ -41,15 +41,6 @@
|
|||
{{/if}}
|
||||
|
||||
|
||||
{{if $activeusers_title}}
|
||||
<h3>{{$activeusers_title}}</h3>
|
||||
<div class='items-wrapper'>
|
||||
{{foreach $activeusers_items as $i}}
|
||||
{{$i}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{if $photos_title}}
|
||||
<h3>{{$photos_title}}</h3>
|
||||
<div class='items-wrapper'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue