@@ -126,7 +126,7 @@ function document_load(page) { | |||
}); | |||
$("#autodoc_home_body").append(row); | |||
// continue to load until out of browser. | |||
if (isvisible($.find(".autodoc_template_home_col").last())) { | |||
if (isvisible($(".autodoc_template_home_col").last())) { | |||
document_load(page + 1); | |||
} | |||
} |