Fixes count
This commit is contained in:
parent
ab5bc95df3
commit
20129e39d5
@ -54,16 +54,11 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
|
|||||||
processContainer(node);
|
processContainer(node);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (node.innerText === 'Back to top') {
|
|
||||||
var x = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (processContainer(node) <= 1) {
|
if (processContainer(node) <= 1) {
|
||||||
if (processBlock(node)) {
|
if (processBlock(node)) {
|
||||||
i++;
|
i++;
|
||||||
|
count++;
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
count++;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user