8 lines
150 B
PHP
Executable File
8 lines
150 B
PHP
Executable File
<script>
|
|
$(function()
|
|
{
|
|
$('#laneTypetask').closest('tr').hide();
|
|
$('#laneTypeBox #laneTypetask').prop('checked', true).change();
|
|
})
|
|
</script>
|