We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5fbc commit f02e152Copy full SHA for f02e152
scripts/governance.js
@@ -68,7 +68,7 @@ function applyRestrictions(allowedSelectors) {
68
console.log('Ancestor Elements:', ancestorElements);
69
ancestorElements.forEach(element => {
70
element.removeAttribute('data-aue-model');
71
- element.removeAttribute('data-aue-filter');
+ sectionParent.dataset.aueVerified = 'empty';
72
element.dataset.aueVerified = 'true';
73
if (isDebugMode) {
74
element.style.border = '2px solid orange';
0 commit comments