ant-design/404.html
2016-05-10 19:13:53 +08:00

9 lines
358 B
HTML

<script>
var prefix = /^\/components/.test(location.pathname) ? location.pathname.replace(/^\//, '').split('/').join('-') : '';
if (location.pathname === '/changelog') {
location.href = '/#/docs/react/changelog?scrollTo=' + location.hash;
} else {
location.href = '/#' + location.pathname + '?scrollTo=' + prefix + location.hash;
}
</script>