Browse Source

typo

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

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



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


$(window).bind("hashchange", function() { $(window).bind("hashchange", function() {

Loading…
Cancel
Save