Files
EasySoft-ZenTaoPMS/module/story/js/x.create.js
T
2022-04-14 06:28:31 +00:00

9 lines
200 B
JavaScript

$(function()
{
$('#sourceNote').prev('span').remove();
$('#sourceNote').remove();
$('table tbody tr th').addClass('w-100px');
$('#tplBoxWrapper .btn-toolbar .btn-group').remove();
})