aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-12 01:26:21 -0800
committerzotlabs <mike@macgirvin.com>2018-01-12 01:26:21 -0800
commit619f8f752b95749c2c4b90c204aee1dbba1dee78 (patch)
tree0011b1e236588a3d08acf0cbaef057cb3a0b467c /view/js/acl.js
parentb0a491eaa8759feef7bca1a9c1dd272fa07c4872 (diff)
parent07b67963f128157e85c891057da2c42c286166e7 (diff)
downloadvolse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.tar.gz
volse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.tar.bz2
volse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index 6042b43ca..c8f7c7180 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -173,11 +173,7 @@ ACL.prototype.on_custom = function(event) {
that.deny_cid = [];
that.deny_gid = [];
- $("#acl-list-content .acl-list-item img[data-src]").each(function(i, el) {
- //Replace data-src attribute with src attribute for every image
- $(el).attr('src', $(el).data("src"));
- $(el).removeAttr("data-src");
- });
+ datasrc2src('#acl-list-content .acl-list-item img[data-src]');
that.update_view('custom');
that.on_submit();