mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:50:13 +00:00
community page
This commit is contained in:
parent
308ffe500a
commit
20d3aa2e77
8 changed files with 149 additions and 18 deletions
|
@ -71,8 +71,9 @@
|
|||
|
||||
function NavUpdate() {
|
||||
|
||||
if($('#live-network').length) { src = 'network'; liveUpdate(); }
|
||||
if($('#live-profile').length) { src = 'profile'; liveUpdate(); }
|
||||
if($('#live-network').length) { src = 'network'; liveUpdate(); }
|
||||
if($('#live-profile').length) { src = 'profile'; liveUpdate(); }
|
||||
if($('#live-community').length) { src = 'community'; liveUpdate(); }
|
||||
if($('#live-display').length) {
|
||||
if(liking) {
|
||||
liking = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue