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

8 lines
150 B
PHP
Executable File

<script>
$(function()
{
$('#laneTypetask').closest('tr').hide();
$('#laneTypeBox #laneTypetask').prop('checked', true).change();
})
</script>