diff --git a/public/translate/cn/translate.js b/public/translate/cn/translate.js index f31c6571fe..4f031c9ea9 100644 --- a/public/translate/cn/translate.js +++ b/public/translate/cn/translate.js @@ -54,16 +54,11 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true'; processContainer(node); break; default: - if (node.innerText === 'Back to top') { - var x = 0; - } - if (processContainer(node) <= 1) { if (processBlock(node)) { i++; + count++; } - } else { - count++; } break; }