review.lite.html.hook.php 161 B

1234
  1. <script>
  2. $("#mainContent").find("#verify").closest("tr").addClass("hide");
  3. $("#mainContent").find("#affectedProjects").closest("tr").addClass("hide");
  4. </script>