소스 검색

test

master
Pascal Gloor 5 년 전
부모
커밋
da4a9c53d4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      www/js/autodoc.js

+ 1
- 2
www/js/autodoc.js 파일 보기

@@ -129,8 +129,7 @@ function document_load(page) {
}
);
// continue to load until out of browser.
console.log($('.autodoc_template_home_col'));
if (isvisible($(".autodoc_template_home_col").last())) {
if (isvisible($.find(".autodoc_template_home_col").last())) {
document_load(page + 1);
}
}

Loading…
취소
저장