We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad46929 commit 3a9631dCopy full SHA for 3a9631d
404.html
@@ -14,7 +14,7 @@
14
}
15
probe.src = oldHome + document.location.pathname;
16
17
- document.body.appendChild(probe);
+ document.getElementsByTagName("head")[0].appendChild(probe);
18
</script>
19
</head>
20
<body></body>
0 commit comments