Browse Source

scroll

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

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



$(document).ready(function() { $(document).ready(function() {
change_page(); change_page();
$.scroll(function() {
$(document).scroll(function() {
page_home_scroll(); page_home_scroll();
}); });
}); });

Loading…
Cancel
Save