@@ -130,6 +130,7 @@ function document_load(page) { | |||
); | |||
// continue to load until out of browser. | |||
console.log($('#autodoc_home_body')); | |||
console.log($('#autodoc_home_body').last()); | |||
console.log($('#autodoc_home_body').children()); | |||
if (isvisible($.find(".autodoc_template_home_col").last())) { |