Browse Source

testing

master
Pascal Gloor 5 years ago
parent
commit
fe1b3c8528
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).scroll(function() { $(document).scroll(function() {
page_home_scroll(); page_home_scroll();
}); });
$('#autodoc_upload_zone').event('change', file_upload);
$('#autodoc_upload_zone').change(function() {
console.log(this);
});
}); });


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

Loading…
Cancel
Save