Files
EasySoft-ZenTaoPMS/extension/lite/effort/ext/view/edit.lite.html.hook.php
T
2022-03-14 14:51:03 +08:00

7 lines
77 B
PHP

<script>
$(function()
{
$('#productBox').addClass("hide");
});
</script>