Skip to content

Commit 3a9631d

Browse files
committed
Bug fix for 404 redirect
1 parent ad46929 commit 3a9631d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
probe.src = oldHome + document.location.pathname;
1616

17-
document.body.appendChild(probe);
17+
document.getElementsByTagName("head")[0].appendChild(probe);
1818
</script>
1919
</head>
2020
<body></body>

0 commit comments

Comments
 (0)