zentaopms/extension/biz/attend/ext/view/setmanager.oa.html.hook.php
2023-05-16 10:50:42 +08:00

8 lines
151 B
PHP

<script>
$(function()
{
$('#featurebar #settings').addClass('active');
$('a.setDept').attr('href', createLink('dept', 'browse'));
})
</script>