From 80428a33d559cb163390ca471f32919a3bbb0768 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 12 Dec 2011 14:39:25 -0800 Subject: refactor updates --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 3428886e7..2cbd985b2 100644 --- a/js/main.js +++ b/js/main.js @@ -235,7 +235,7 @@ $('.tread-wrapper',data).each(function() { var ident = $(this).attr('id'); - if($('#' + ident).length == 0) { + if($('#' + ident).length == 0 && profile_page == 1) { $('img',this).each(function() { $(this).attr('src',$(this).attr('dst')); }); -- cgit v1.2.3