X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=5b8d73a7686832d9fc298a4a6f248c0dc9892ffe;hb=5f06887dedd4d14701864fb72994d7e20352086d;hp=a853a716bf4ecef25bd3acfeaefdbd7a5da3184a;hpb=b0e112621af4ffcf4fed2264bffd0ebbda258a48;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index a853a716..5b8d73a7 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -220,7 +220,7 @@ var inserts = { e.onclick = function() { save_focus(e); if (e.getAttribute('aspect') == 'process') - JsHttpRequest.request(this, null, 30000); + JsHttpRequest.request(this, null, 60000); else JsHttpRequest.request(this); return false;