Files
EasySoft-ZenTaoPMS/module/story/js/x.create.js
T
2019-04-28 17:44:49 +08:00

7 lines
141 B
JavaScript

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