Browse Source

test

master
Pascal Gloor 5 years ago
parent
commit
da4a9c53d4
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      www/js/autodoc.js

+ 1
- 2
www/js/autodoc.js View File

@@ -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…
Cancel
Save