* remove product from webhook/create.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('select#products').parent().parent().remove();
|
||||
$('input[type="checkbox"][value="product"]').parent().remove();
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user