x.create.js 200 B

12345678
  1. $(function()
  2. {
  3. $('#sourceNote').prev('span').remove();
  4. $('#sourceNote').remove();
  5. $('table tbody tr th').addClass('w-100px');
  6. $('#tplBoxWrapper .btn-toolbar .btn-group').remove();
  7. })