diff --git a/web/srczip/common.js b/web/srczip/common.js index 8de5ee8..af964f7 100644 --- a/web/srczip/common.js +++ b/web/srczip/common.js @@ -206,7 +206,7 @@ var X = window.X || { url: url, type:type, data:data, - timeout:60000 + timeout:60000, async:true, contentType: contentType, beforeSend: function () { @@ -271,6 +271,7 @@ var X = window.X || { url: url, type:type, data:data, + timeout:60000, async:true, contentType: contentType, beforeSend: function () {