fix issue where images were not visible in acl selector after using search
This commit is contained in:
parent
23b53cd1ce
commit
ef0f195fe8
@ -394,6 +394,10 @@ ACL.prototype.get = function(start, count, search) {
|
|||||||
data: postdata,
|
data: postdata,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: that.populate
|
success: that.populate
|
||||||
|
})
|
||||||
|
.done(function() {
|
||||||
|
if(search !== undefined)
|
||||||
|
datasrc2src('#acl-list-content .list-group-item img[data-src]');
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user