From ef0f195fe8fb4d7ad286709ed5c12f9b929dbbf5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 19 May 2018 21:21:02 +0200 Subject: fix issue where images were not visible in acl selector after using search --- view/js/acl.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/js/acl.js b/view/js/acl.js index a5fae19bc..29652acb5 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -394,6 +394,10 @@ ACL.prototype.get = function(start, count, search) { data: postdata, dataType: 'json', success: that.populate + }) + .done(function() { + if(search !== undefined) + datasrc2src('#acl-list-content .list-group-item img[data-src]'); }); }; -- cgit v1.2.3