* remove product from webhook/create.

This commit is contained in:
Wenrui LI
2022-01-27 16:53:11 +08:00
parent 9d3bffdac2
commit 72d41a6879
@@ -0,0 +1,7 @@
<script>
$(function()
{
$('select#products').parent().parent().remove();
$('input[type="checkbox"][value="product"]').parent().remove();
});
</script>