diff --git a/fillcomments.js b/fillcomments.js index e9378a8..408f49b 100644 --- a/fillcomments.js +++ b/fillcomments.js @@ -27,9 +27,9 @@ function doComments(id,qid) { // Output result //console.log(data); const recordNo = parseInt(document.getElementById('record_no').textContent, 10); - if (recordNo <8){ - return; - } + //if (recordNo <8){ + // return; + //} const parsed = JSON.parse(data);