Changes
Jump to navigation
Jump to search
Bypass redirects in links at header
if not title or not docTitle then
return nil
end
if docTitle.isRedirect then
docTitle = docTitle.redirectTarget
end