setmanager.oa.html.hook.php 151 B

1234567
  1. <script>
  2. $(function()
  3. {
  4. $('#featurebar #settings').addClass('active');
  5. $('a.setDept').attr('href', createLink('dept', 'browse'));
  6. })
  7. </script>