zentaopms/extension/lite/effort/ext/view/edit.lite.html.hook.php
2023-05-16 10:47:08 +08:00

7 lines
77 B
PHP
Executable File

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