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 a583314 commit 7a452d5Copy full SHA for 7a452d5
source/_layouts/website/page.html
@@ -30,7 +30,6 @@
30
observer.disconnect();
31
}
32
const callback = function(mutationsList) {
33
- // Use traditional 'for loops' for IE 11
34
for (const mutation of mutationsList) {
35
const mirrorConsole = Array.from(mutation.addedNodes).find(node => Boolean(node.dataset.mirrorConsole));
36
if (mirrorConsole) {
0 commit comments