Browse Source

testing

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

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

@@ -398,7 +398,8 @@ function page_home_scroll() {
if (isvisible($(".autodoc_template_home_col").last())) {
console.log("scroll to page " + conf.home.curpage);
conf.home.curpage++;
document_load();
// page_load_home();
change_page();
}
}


Loading…
Cancel
Save