refactor updates

This commit is contained in:
friendica 2011-12-12 14:39:25 -08:00
parent 9a32265fc7
commit 80428a33d5
3 changed files with 80 additions and 55 deletions

View file

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