view.repo.html.hook.php 174 B

123456789
  1. <?php if($from == 'repo'):?>
  2. <script>
  3. $(function()
  4. {
  5. $('.main-actions [href*=story]').hide();
  6. $('.main-actions [href*=testcase]').hide();
  7. })
  8. </script>
  9. <?php endif;?>