Skip to content

Commit f02e152

Browse files
committed
use empty filter
1 parent 1ec5fbc commit f02e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/governance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function applyRestrictions(allowedSelectors) {
6868
console.log('Ancestor Elements:', ancestorElements);
6969
ancestorElements.forEach(element => {
7070
element.removeAttribute('data-aue-model');
71-
element.removeAttribute('data-aue-filter');
71+
sectionParent.dataset.aueVerified = 'empty';
7272
element.dataset.aueVerified = 'true';
7373
if (isDebugMode) {
7474
element.style.border = '2px solid orange';

0 commit comments

Comments
 (0)