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

// continue to load until out of browser. // continue to load until out of browser.
var obj = $("#autodoc_home_body") var obj = $("#autodoc_home_body")
.children() .children()
.last();
.last();
console.log($('#autodoc_home_body'));
console.log($('#autodoc_home_body').children());
console.log($('#autodoc_home_body').children().last());

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

Loading…
Cancel
Save