fixing conversation updates
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
// $('#' + ident).hide();
|
||||
// }
|
||||
//});
|
||||
$('.wall-item-outside-wrapper',data).each(function() {
|
||||
$('.tread-wrapper',data).each(function() {
|
||||
var ident = $(this).attr('id');
|
||||
if($('#' + ident).length == 0) {
|
||||
$('img',this).each(function() {
|
||||
|
Reference in New Issue
Block a user