mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Remove test code.
This commit is contained in:
parent
1d82ba08fb
commit
90d00fe4e7
@ -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" : "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user