瀏覽代碼

testing

master
Pascal Gloor 5 年之前
父節點
當前提交
fe1b3c8528
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      www/js/autodoc.js

+ 3
- 1
www/js/autodoc.js 查看文件

@@ -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…
取消
儲存