From 99c5f88963227a48544747e9dc8b13550b88c0f2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 10 Feb 2013 04:55:29 -0800 Subject: mod_display - no fun. Not working at all. But a bit of progress. --- js/main.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 6c5095087..ed8d4ec3f 100644 --- a/js/main.js +++ b/js/main.js @@ -269,12 +269,8 @@ if($('#live-network').length) { src = 'network'; liveUpdate(); } if($('#live-channel').length) { src = 'channel'; liveUpdate(); } if($('#live-community').length) { src = 'community'; liveUpdate(); } - if($('#live-display').length) { - if(liking) { - liking = 0; - window.location.href=window.location.href - } - } + if($('#live-display').length) { src = 'display'; liveUpdate(); } + if($('#live-photos').length) { if(liking) { liking = 0; -- cgit v1.2.3