This commit is contained in:
孙广明
2022-02-07 10:53:44 +08:00
parent 6036aa18e6
commit 34cbc58264
2 changed files with 4 additions and 1 deletions

View File

@@ -80,4 +80,7 @@
</table>
</div>
<?php js::set('noticeAcl', $lang->api->noticeAcl);?>
<script>
$(function(){toggleAcl($('form input[name="acl"]:checked').val(), 'lib');})
</script>
<?php include '../../common/view/footer.lite.html.php';?>