diff options
author | Habeas Codice <habeascodice@federated.social> | 2014-11-21 15:39:14 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2014-11-21 15:39:14 -0800 |
commit | cf739c0361cce7f1c454a0e52809fba99cb40e84 (patch) | |
tree | ff75671dc4075cef1b35553680222fc166cdb401 /view/js/main.js | |
parent | b224f8056cbf9b41994b44e48a7ad154976d1c88 (diff) | |
parent | f17ef6aa90bc283e122a88e627cb464f065af2a6 (diff) | |
download | volse-hubzilla-cf739c0361cce7f1c454a0e52809fba99cb40e84.tar.gz volse-hubzilla-cf739c0361cce7f1c454a0e52809fba99cb40e84.tar.bz2 volse-hubzilla-cf739c0361cce7f1c454a0e52809fba99cb40e84.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 8939f4a09..04e43f72e 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -343,7 +343,7 @@ if($('#live-network').length) { src = 'network'; liveUpdate(); } if($('#live-channel').length) { src = 'channel'; liveUpdate(); } - if($('#live-community').length) { src = 'community'; liveUpdate(); } + if($('#live-home').length) { src = 'home'; liveUpdate(); } if($('#live-display').length) { src = 'display'; liveUpdate(); } if($('#live-search').length) { src = 'search'; liveUpdate(); } |