From 09a75dae369233849ca97a967b7cee61023e8c15 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Sat, 5 Jul 2025 18:08:01 +0100 Subject: [PATCH] Removed remaining privacy code --- fillcomments.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);