Fixes count
This commit is contained in:
parent
ab5bc95df3
commit
20129e39d5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue