mirror of
https://github.com/friendica/friendica
synced 2025-09-06 06:39:27 +02:00
atom auto-discover, fix image preloading in ajax
This commit is contained in:
parent
04e65823d7
commit
06bdf8a4cf
5 changed files with 31 additions and 5 deletions
|
@ -61,6 +61,9 @@
|
|||
$('.wall-item-outside-wrapper',data).each(function() {
|
||||
var ident = $(this).attr('id');
|
||||
if($('#' + ident).length == 0) {
|
||||
$('img',this).each(function() {
|
||||
$(this).attr('src',$(this).attr('dst'));
|
||||
});
|
||||
$('#' + prev).after($(this));
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue