Browse Source

debug

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

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

@@ -127,7 +127,11 @@ function document_load(page) {
// continue to load until out of browser.
var obj = $("#autodoc_home_body")
.children()
.last();
.last();
console.log($('#autodoc_home_body'));
console.log($('#autodoc_home_body').children());
console.log($('#autodoc_home_body').children().last());

if (isvisible(obj)) {
document_load(page + 1);
}

Loading…
Cancel
Save