zentaopms/extension/max/bug/ext/view/view.repo.html.hook.php
2023-05-16 10:50:42 +08:00

10 lines
174 B
PHP

<?php if($from == 'repo'):?>
<script>
$(function()
{
$('.main-actions [href*=story]').hide();
$('.main-actions [href*=testcase]').hide();
})
</script>
<?php endif;?>