This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
testing
master
Pascal Gloor
5 years ago
parent
1e6dea98b0
commit
d93997368c
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
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();
}
}
Write
Preview
Loading…
Cancel
Save