yet another option for the homepage

This commit is contained in:
friendica
2014-11-20 17:38:41 -08:00
parent 6cb9ee7499
commit e74a3926fe
5 changed files with 186 additions and 18 deletions

View File

@@ -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(); }