8 lines
159 B
PHP
Executable File
8 lines
159 B
PHP
Executable File
<script>
|
|
$(function()
|
|
{
|
|
$('select#products').parent().parent().remove();
|
|
$('input[type="checkbox"][value="product"]').parent().remove();
|
|
});
|
|
</script>
|