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 f147dd8 commit 1ec5fbcCopy full SHA for 1ec5fbc
scripts/governance.js
@@ -69,7 +69,7 @@ function applyRestrictions(allowedSelectors) {
69
ancestorElements.forEach(element => {
70
element.removeAttribute('data-aue-model');
71
element.removeAttribute('data-aue-filter');
72
- selectorElement.dataset.aueVerified = 'true';
+ element.dataset.aueVerified = 'true';
73
if (isDebugMode) {
74
element.style.border = '2px solid orange';
75
}
0 commit comments