Removed remaining privacy code
This commit is contained in:
parent
dfb887f641
commit
09a75dae36
@ -27,9 +27,9 @@ function doComments(id,qid) {
|
|||||||
// Output result
|
// Output result
|
||||||
//console.log(data);
|
//console.log(data);
|
||||||
const recordNo = parseInt(document.getElementById('record_no').textContent, 10);
|
const recordNo = parseInt(document.getElementById('record_no').textContent, 10);
|
||||||
if (recordNo <8){
|
//if (recordNo <8){
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
const parsed = JSON.parse(data);
|
const parsed = JSON.parse(data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user