zentaopms/module/story/js/x.create.js
2023-05-16 10:47:08 +08: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();
})