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

@@ -18,7 +18,9 @@ $(document).ready(function() {
$(document).scroll(function() {
page_home_scroll();
});
$('#autodoc_upload_zone').event('change', file_upload);
$('#autodoc_upload_zone').change(function() {
console.log(this);
});
});

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

Loading…
Cancel
Save