diff options
author | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
commit | 1d96e165e00ed54df0573bda79c2a274f21aeb16 (patch) | |
tree | 117a8d9336320e1944dca216032b225c65a1c9a0 /view/js/acl.js | |
parent | db3015e34ed3827e68d8debc70321ed6df5dc699 (diff) | |
download | volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.gz volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.bz2 volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.zip |
undo disabled submit buttons now that ACL is initialised when page loaded
Diffstat (limited to 'view/js/acl.js')
-rw-r--r-- | view/js/acl.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/acl.js b/view/js/acl.js index f9fd66bab..f9428e1c5 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -273,6 +273,5 @@ ACL.prototype.populate = function(data){ $(el).removeAttr("data-src"); }); that.update_view(); - $('#dbtn-submit, #dbtn-acl').prop('disabled', false); } |