Remove test code.

This commit is contained in:
Kenshin 2018-06-22 14:20:09 +08:00
parent 1d82ba08fb
commit 90d00fe4e7

View File

@ -81,8 +81,8 @@ class TOC extends React.Component {
function Render( root, $target, theme, hidden ) {
// hack code
if ( location.host.includes( "blog.csdn.net" )) return;
if ( location.host.includes( "post.smzdm.com" )) return;
//if ( location.host.includes( "blog.csdn.net" )) return;
//if ( location.host.includes( "post.smzdm.com" )) return;
const table = [],
cls = hidden ? "toc-bg-hidden" : "";