Skip to content

Commit 08be869

Browse files
authored
Update scriptlets.js
1 parent 4af4cb0 commit 08be869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptlets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ function setAttr(
557557
const observer = new MutationObserver(mutationHandler);
558558
observer.observe(document.documentElement, {
559559
attributes: true,
560-
attributeFilter: token,
560+
attributeFilter: attr,
561561
childList: true,
562562
subtree: true,
563563
});

0 commit comments

Comments
 (0)