settings.oa.html.hook.php 99 B

123456
  1. <script>
  2. $(function()
  3. {
  4. $('#ajaxForm .table #signInClient').closest('tr').hide();
  5. })
  6. </script>