浏览代码

commentTable needs to be an element, not a nodelist

tags/v0.7.0
Jonathan Cobb 5 年前
父节点
当前提交
cf905c79a2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs

+ 2
- 0
bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs 查看文件

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


正在加载...
取消
保存