aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-08 13:15:52 -0800
committerfriendica <info@friendica.com>2014-11-08 13:15:52 -0800
commit7a8842f4431a875d939722693b73baa99ccf53bc (patch)
treeb3e4d80831b3af3286dfbe620a17d476024986f8 /view/js/acl.js
parentadb5cec0d26bc7273a5e514721a1fa2f9124c49a (diff)
parent862f0ff29addc5a764f5544ad64ac5453e818801 (diff)
downloadvolse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.gz
volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.bz2
volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index c129634a0..ec5e59962 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -269,5 +269,6 @@ ACL.prototype.populate = function(data){
$(el).removeAttr("data-src");
});
that.update_view();
+ $('#dbtn-submit, #dbtn-acl').prop('disabled', false);
}