()
| 563 | const cbShareFo = row.querySelector('input[data-cap="shareFolder"]'); |
| 564 | const cbInherit = row.querySelector('input[data-inherit]'); |
| 565 | const markExplicit = () => { row.dataset.explicit = '1'; }; |
| 566 | if (isAdminRow) { |
| 567 | qsa(row, 'input[type="checkbox"]').forEach(cb => cb.disabled = true); |
| 568 | const note = row.querySelector('.inherit-flag-note'); |