mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:10:11 +00:00
refactor updates
This commit is contained in:
parent
9a32265fc7
commit
80428a33d5
3 changed files with 80 additions and 55 deletions
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue