|
@@ -6,6 +6,8 @@ function {{JS_PREFIX}}_apply_blocks(blocked_users) { |
|
|
if (commentTable === null) { |
|
|
if (commentTable === null) { |
|
|
console.warn('commentTable not found and hnmain table not found, not filtering'); |
|
|
console.warn('commentTable not found and hnmain table not found, not filtering'); |
|
|
return; |
|
|
return; |
|
|
|
|
|
} else { |
|
|
|
|
|
commentTable = commentTable[0]; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
const comments = commentTable.querySelectorAll('tr'); |
|
|
const comments = commentTable.querySelectorAll('tr'); |
|
|