diff options
author | Friendika <info@friendika.com> | 2011-07-04 20:57:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-04 20:57:07 -0700 |
commit | 20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635 (patch) | |
tree | 4c321d73497d6a425c8835e69244ef87dc62962e /include/main.js | |
parent | 308ffe500a7ea4a2e9c55565b0bc7510b4e8bb26 (diff) | |
download | volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.tar.gz volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.tar.bz2 volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.zip |
community page
Diffstat (limited to 'include/main.js')
-rw-r--r-- | include/main.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/main.js b/include/main.js index 26c78b277..216917d72 100644 --- a/include/main.js +++ b/include/main.js @@ -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; |