Skip to content

Commit 50a8bd6

Browse files
committed
Enable automatic redirect :)
1 parent 7db5b85 commit 50a8bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
if (newUrl) {
4747
document.write("Redirecting to <a href='" + newUrl + "'>" + newUrl + "</a>...");
48-
//location.href = newUrl;
48+
location.href = newUrl;
4949
}
5050

5151
})();

0 commit comments

Comments
 (0)