X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=022ce50990f9bd81ac2c1101e7929ef5f1298b70;hb=ef70e6c138561051def03df7e4264391dc61ea73;hp=c9736f6955df192c1b2f281c074dabdfb2cabe4b;hpb=3ba71a479dd408dd3370742691bc1707c2373383;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index c9736f69..022ce509 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -243,7 +243,7 @@ var inserts = { save_focus(e); var asp = e.getAttribute('aspect') if (asp && asp.indexOf('process') !== -1) - JsHttpRequest.request(this, null, 60000); + JsHttpRequest.request(this, null, 600000); // ten minutes for backup else JsHttpRequest.request(this); } @@ -447,7 +447,7 @@ function setHotKeys() { if (((asp && asp.indexOf('default') !== -1) && key==13)||((asp && asp.indexOf('cancel') !== -1) && key==27)) { if (validate(el)) { if (asp.indexOf('process') !== -1) - JsHttpRequest.request(el, null, 60000); + JsHttpRequest.request(el, null, 600000); else JsHttpRequest.request(el); }