Skip to content

Commit a03d08f

Browse files
authored
Update scriptlets.js
1 parent c6d71e2 commit a03d08f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scriptlets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,6 @@ function setAttr(
556556
if ( /\bloop\b/.test(run) === false ) { return; }
557557
const observer = new MutationObserver(mutationHandler);
558558
observer.observe(document.documentElement, {
559-
attributes: true,
560-
attributeFilter: tokens,
561559
childList: true,
562560
subtree: true,
563561
});

0 commit comments

Comments
 (0)