瀏覽代碼

maybe?

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

+ 2
- 2
www/js/autodoc.js 查看文件

@@ -266,9 +266,9 @@ function upload_read_event(e) {
xhr: function()
{
var xhr = $.ajaxSettings.xhr();
xhr.upload.addEventListener("progress", (function(evt){
xhr.upload.addEventListener("progress", (function(){
var id = e.data;
return function() {
return function(evt) {
if (evt.lengthComputable) {
var progress = Math.floor(evt.loaded / evt.total * 50);
if ( progress < 1 ) { progress = 1; }

Loading…
取消
儲存