aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/js/acl.js4
1 files changed, 4 insertions, 0 deletions
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]');
});
};