From 82e74e3520a4208f762be23352ba2e1a0ccb91cf Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Nov 2012 23:52:01 -0800 Subject: likes are quasi working again - at least an activity item is stored and it mostly has correct data, but displaying it needs improvement. --- js/main.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/main.js b/js/main.js index 8153a8b16..1cc76c744 100644 --- a/js/main.js +++ b/js/main.js @@ -223,6 +223,9 @@ function NavUpdate() { + if(liking) + $('.like-rotator').hide(); + if(! stopped) { var pingCmd = 'ping' + ((localUser != 0) ? '?f=&uid=' + localUser : ''); -- cgit v1.2.3