5 lines
152 B
PHP
5 lines
152 B
PHP
|
|
<script>
|
||
|
|
$('#batchEditForm table thead tr th.c-parent').hide();
|
||
|
|
$('#batchEditForm table tbody tr td [name^="parents"]').closest('td').hide();
|
||
|
|
</script>
|