Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c99703e5 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

All missing links are handled now!

parent 33f4bc94
Branches
Tags
No related merge requests found
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
} }
} }
// If no potential redirect match is found after iteration, set title to Page Not Found // If no potential redirect match is found after iteration
if (!redirectFound) { if (!redirectFound) {
const headingElement = document.getElementById('pageHeading'); const headingElement = document.getElementById('pageHeading');
if (headingElement) { if (headingElement) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment