Browse Source

test

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

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

@@ -129,7 +129,7 @@ function document_load(page) {
}
);
// continue to load until out of browser.
console.log($('#autodoc_home_body'));
console.log($('#autodoc_home_body > .autodoc_template_home_col'));
console.log($('#autodoc_home_body').parent());

console.log($('#autodoc_home_body').find('.autodoc_template_home_col'));

Loading…
Cancel
Save