From e3c2e589794b13e23c1184deeba37e41dbc0144b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 29 Oct 2012 17:14:02 -0700 Subject: "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. --- js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index cda011c2e..8153a8b16 100644 --- a/js/main.js +++ b/js/main.js @@ -237,9 +237,8 @@ // start live update if($('#live-network').length) { src = 'network'; liveUpdate(); } - if($('#live-profile').length) { src = 'profile'; liveUpdate(); } + if($('#live-channel').length) { src = 'channel'; liveUpdate(); } if($('#live-community').length) { src = 'community'; liveUpdate(); } - if($('#live-notes').length) { src = 'notes'; liveUpdate(); } if($('#live-display').length) { if(liking) { liking = 0; -- cgit v1.2.3