Files
EasySoft-ZenTaoPMS/module/story/js/x.create.js
2019-12-27 15:56:22 +08:00

9 lines
199 B
JavaScript

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