소스 검색

commentTable needs to be an element, not a nodelist

tags/v0.7.0
Jonathan Cobb 4 년 전
부모
커밋
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');


불러오는 중...
취소
저장