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
typo
master
Pascal Gloor
5 years ago
parent
cf588ffbaa
commit
e4c5182d26
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
www/js/autodoc.js
+ 3
- 1
www/js/autodoc.js
View File
@@ -14,7 +14,9 @@ var conf = {
$(document).ready(function() {
change_page();
$.scroll(function() { page_home_scroll();
$.scroll(function() {
page_home_scroll();
});
});
$(window).bind("hashchange", function() {
Write
Preview
Loading…
Cancel
Save