aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/main.js')
-rw-r--r--include/main.js5
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;