* Adjust doc lib acl.

This commit is contained in:
chenfeiCF
2019-02-27 10:22:53 +08:00
parent a9d0721eb7
commit 8ec8643dd6
10 changed files with 103 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
$(function()
{
toggleAcl($('input[name="acl"]').val(), 'lib');
toggleAcl($('form input[name="acl"]:checked').val(), 'lib');
})